Skip to content

Commit

Permalink
fix: update GitHub link in layout to point to the correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju committed Dec 12, 2024
1 parent 03eaeba commit f681968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div class="border-t p-4">
<div class="flex gap-2">
<a
href="https://github.com/yourusername/svelte-dnd"
href="https://github.com/thisuxhq/svelte-dnd"
target="_blank"
class="flex-1 rounded-md bg-gray-900 px-3 py-2 text-center text-sm font-medium text-white transition-colors hover:bg-gray-800"
>
Expand Down

0 comments on commit f681968

Please sign in to comment.