Skip to content

Commit

Permalink
Set REPL link to Svelte 4
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Nov 15, 2023
1 parent b21e527 commit d81b277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features:
- Autopunctuation (e.g typing "20201111111111" gives you "2020-11-11 11:11:11" with the default format)
- Keyboard shortcuts

[Demo](https://date-picker-svelte.kasper.space/demo)[Documentation](https://date-picker-svelte.kasper.space/docs)[REPL](https://svelte.dev/repl/044911429c4b4e659362518d9a5deaae?version=3)
[Demo](https://date-picker-svelte.kasper.space/demo)[Documentation](https://date-picker-svelte.kasper.space/docs)[REPL](https://svelte.dev/repl/044911429c4b4e659362518d9a5deaae?version=4)

![](Screenshot.png)

Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<a class="nav-link" href="/docs">Docs</a>
<a
class="nav-link"
href="https://svelte.dev/repl/044911429c4b4e659362518d9a5deaae?version=3">REPL</a
href="https://svelte.dev/repl/044911429c4b4e659362518d9a5deaae?version=4">REPL</a
>
</div>
</div>
Expand Down

0 comments on commit d81b277

Please sign in to comment.