Update src/consts.ts
Michael Kinder michael@noreply.git.foggymtndrifter.com
Sat, 26 Oct 2024 15:44:06 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/consts.ts
→
src/consts.ts
@@ -30,7 +30,7 @@ ]
export const SOCIAL_LINKS: Link[] = [ { href: 'https://github.com/FoggyMtnDrifter', label: 'GitHub' }, - { href: 'https://gts.foggymtndrifter.com/@michael', label: 'Fediverse' }, + { href: 'https://foggymtndrifter.social/@michael', label: 'Fediverse' }, { href: 'michael@foggymtndrifter.com', label: 'Email' }, { href: '/rss.xml', label: 'RSS' }, ]