Skip to content

Commit 4310eaa

Browse files
committed
fix: Appease linter.
1 parent af9f24e commit 4310eaa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/routes/+layout.svelte

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,14 @@
6464
>{section.name}</a
6565
>
6666
{/each}
67-
<a class="social w-4 rounded" title="@idl.uw.edu on Bluesky" href="https://bsky.app/profile/idl.uw.edu">
67+
<a
68+
class="social w-4 rounded"
69+
title="@idl.uw.edu on Bluesky"
70+
href="https://bsky.app/profile/idl.uw.edu"
71+
>
6872
<svg viewBox="0 0 16 16" aria-hidden="true">
69-
<path fill="currentColor"
73+
<path
74+
fill="currentColor"
7075
d="M3.468 1.948C5.303 3.325 7.276 6.118 8 7.616c.725-1.498 2.697-4.29 4.532-5.668C13.855.955 16 .186 16 2.632c0 .489-.28 4.105-.444 4.692-.572 2.04-2.653 2.561-4.504 2.246 3.236.551 4.06 2.375 2.281 4.2-3.376 3.464-4.852-.87-5.23-1.98-.07-.204-.103-.3-.103-.218 0-.081-.033.014-.102.218-.379 1.11-1.855 5.444-5.231 1.98-1.778-1.825-.955-3.65 2.28-4.2-1.85.315-3.932-.205-4.503-2.246C.28 6.737 0 3.12 0 2.632 0 .186 2.145.955 3.468 1.948Z"
7176
></path>
7277
</svg>

0 commit comments

Comments
 (0)