Skip to content

Commit 0ac7b2b

Browse files
committed
fix: update GitHub and NPM links in layout for accuracy
1 parent f681968 commit 0ac7b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/+layout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
<div class="border-t p-4">
5454
<div class="flex gap-2">
5555
<a
56-
href="https://github.com/thisuxhq/svelte-dnd"
56+
href="https://github.com/thisuxhq/sveltednd"
5757
target="_blank"
5858
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"
5959
>
6060
GitHub
6161
</a>
6262
<a
63-
href="https://www.npmjs.com/package/your-package"
63+
href="https://www.npmjs.com/package/@thisux/sveltednd"
6464
target="_blank"
6565
class="flex-1 rounded-md bg-[#CB3837] px-3 py-2 text-center text-sm font-medium text-white transition-colors hover:bg-[#B02E2E]"
6666
>

0 commit comments

Comments
 (0)