Skip to content

Commit

Permalink
fix github link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed Sep 24, 2023
1 parent c04966d commit 1ab48d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
</span>
</a>
<p>
<a class="flex items-center gap-2" href="https://twitter.com/paoloricciuti"
<a
class="flex items-center gap-2"
href="https://github.com/paoloricciuti/sveltekit-view-transition"
><svg
in:receive={{
key: 'github',
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<header class="sticky top-0 flex justify-between bg-slate-900 p-4">
<h1><code use:transition={'title'} class="text-2xl">`sveltekit-view-transition`</code></h1>
<a href="https://twitter.com/paoloricciuti"
<a href="https://github.com/paoloricciuti/sveltekit-view-transition"
><svg
use:transition={'github'}
aria-hidden="true"
Expand Down

1 comment on commit 1ab48d0

@vercel
Copy link

@vercel vercel bot commented on 1ab48d0 Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.