Skip to content

Commit c260b46

Browse files
committed
fix: update fedi username
1 parent c9bc052 commit c260b46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const today = new Date();
1313
<footer>
1414
&copy; {today.getFullYear()} Sophie L
1515
<div class="social-links">
16-
<a href="https://is.horse/@rexo" target="_blank">
16+
<a href="https://st.transbus.social/@rexo" target="_blank">
1717
<span class="sr-only">Follow me on the Fediverse</span>
1818
<FirefishIcon />
1919
</a>

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { SITE_TITLE } from "../consts";
1717
<!-- NOT WRITTEN YET <HeaderLink href="/about">About</HeaderLink> -->
1818
</div>
1919
<div class="social-links">
20-
<a href="https://is.horse/@rexo" target="_blank">
20+
<a href="https://st.transbus.social/@rexo" rel="me" target="_blank">
2121
<span class="sr-only">Follow me on the Fediverse</span>
2222
<FirefishIcon />
2323
</a>

0 commit comments

Comments
 (0)