Skip to content

Commit

Permalink
Merge pull request #70 from Xvezda/main
Browse files Browse the repository at this point in the history
Fix import error in example page
  • Loading branch information
keithamus authored Jul 24, 2023
2 parents 03ab024 + c3c0786 commit 838e663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>Clipboard copy examples</title>
<script src="https://unpkg.com/@github/clipboard-copy-element@latest" defer></script>
<!-- <script src="../dist/index.js" defer></script> -->
<script type="module" src="https://unpkg.com/@github/clipboard-copy-element@latest"></script>
<!-- <script type="module" src="../dist/index.js"></script> -->
<style>
clipboard-copy {
-webkit-appearance: button;
Expand Down

0 comments on commit 838e663

Please sign in to comment.