Skip to content

Commit

Permalink
Update old reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Aug 30, 2021
1 parent 9790dad commit 250496c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/views/clipboard.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% include layout/head %>

<p data-controller="clipboard" data-clipboard-supported-class="clipboard--supported">
<input data-clipboard-target="source" class="clipboard-source" type="text" value="https://stimulusjs.org" readonly>
<input data-clipboard-target="source" class="clipboard-source" type="text" value="https://stimulus.hotwired.dev" readonly>
<button data-action="clipboard#copy" class="clipboard-button">Copy</button>
</p>

Expand Down

0 comments on commit 250496c

Please sign in to comment.