Skip to content

Commit b79aa8a

Browse files
committed
lint
1 parent 0a93d4a commit b79aa8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@
150150
<li><a href="/chat">Discord</a></li>
151151
<li><a href="https://bsky.app/profile/svelte.dev">Bluesky</a></li>
152152
<li>
153-
<a
154-
href={github_link(page)}>GitHub</a
155-
>
153+
<a href={github_link(page)}>GitHub</a>
156154
</li>
157155
</ul>
158156
</div>

0 commit comments

Comments
 (0)