Skip to content

Commit

Permalink
fix github link
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 31, 2023
1 parent c55703e commit 68e7e17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/vaul/components/root.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
closeOnEscape={false}
bind:open
preventScroll={false}
openFocus={openFocus ? openFocus : drawerEl}
onOpenChange={(o) => {
onOpenChange?.(o);
if (!o) {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div class="mx-auto flex max-w-md justify-end gap-6">
<a
class="gap-0.25 flex items-center text-xs text-gray-600"
href="https://github.com/huntabyte/vaul"
href="https://github.com/huntabyte/vaul-svelte"
target="_blank"
>
GitHub
Expand Down

0 comments on commit 68e7e17

Please sign in to comment.