Skip to content

Commit

Permalink
fix: update GitHub and NPM links in layout for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju committed Dec 24, 2024
1 parent f681968 commit 0ac7b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
<div class="border-t p-4">
<div class="flex gap-2">
<a
href="https://github.com/thisuxhq/svelte-dnd"
href="https://github.com/thisuxhq/sveltednd"
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"
>
GitHub
</a>
<a
href="https://www.npmjs.com/package/your-package"
href="https://www.npmjs.com/package/@thisux/sveltednd"
target="_blank"
class="flex-1 rounded-md bg-[#CB3837] px-3 py-2 text-center text-sm font-medium text-white transition-colors hover:bg-[#B02E2E]"
>
Expand Down

0 comments on commit 0ac7b2b

Please sign in to comment.