Skip to content

Commit 5bc9b31

Browse files
authored
fix: change mobile nav to link to svelte.dev bsky (#1471)
* fix: change bsky link from svelte society to svelte * fix: change mobile nav to link to svelte.dev bsky
1 parent 13c3bbb commit 5bc9b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/nav/MobileMenu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
<ul>
148148
<li><a href="/chat">Discord</a></li>
149-
<li><a href="https://bsky.app/profile/sveltesociety.dev">Bluesky</a></li>
149+
<li><a href="https://bsky.app/profile/svelte.dev">Bluesky</a></li>
150150
<li><a href="https://github.com/sveltejs/svelte">GitHub</a></li>
151151
</ul>
152152
</div>

0 commit comments

Comments
 (0)