Skip to content

Commit 6acca18

Browse files
committed
just added icon for bsky
1 parent ea1074c commit 6acca18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Header.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { Icon } from 'astro-icon/components'
1717
<span class="sr-only">Follow on Github</span>
1818
<Icon name="mdi:github" />
1919
</a>
20+
<a href="https://https://bsky.app/profile/earshrub-magazine.bsky.social" target="_blank">
21+
<span class="sr-only">Follow on bsky</span>
22+
<Icon name="mdi:butterfly"
23+
</a>
2024
</div>
2125
</nav>
2226
</header>

0 commit comments

Comments
 (0)