Skip to content

Commit af9f24e

Browse files
committed
feat: Add Bluesky link.
1 parent c24e682 commit af9f24e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/routes/+layout.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
>{section.name}</a
6565
>
6666
{/each}
67-
<a class="social w-4 rounded" title="@uwdata on Twitter/X" href="http://twitter.com/uwdata">
68-
<svg viewBox="0 0 24 24" aria-hidden="true">
69-
<path
70-
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"
67+
<a class="social w-4 rounded" title="@idl.uw.edu on Bluesky" href="https://bsky.app/profile/idl.uw.edu">
68+
<svg viewBox="0 0 16 16" aria-hidden="true">
69+
<path fill="currentColor"
70+
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"
7171
></path>
7272
</svg>
7373
</a>

0 commit comments

Comments
 (0)