Skip to content

Commit

Permalink
fix demo
Browse files Browse the repository at this point in the history
bettysteger committed Dec 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ae3971d commit e631d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@
.rounded {border-radius: 50%;}
.same-width-numbers {font-feature-settings: "tnum";font-variant-numeric: tabular-nums;}
</style>
<script type="module" src="../index.js"></script>
<script src="//unpkg.com/alpinejs" defer></script>
<script type="module" src="../src/index.js"></script>
<script src="https://unpkg.com/alpinejs" defer></script>
</head>

<body>

0 comments on commit e631d5f

Please sign in to comment.