all repos — website @ 9316365496a63c8ae8762ca1790f8f1d7d06ded6

My official website.

Update src/components/SocialIcons.astro
Michael Kinder michael@noreply.git.foggymtndrifter.com
Sat, 26 Oct 2024 15:47:38 -0400
commit

9316365496a63c8ae8762ca1790f8f1d7d06ded6

parent

e4eb04185ca12d7db3946b66641e79aaa1324001

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/components/SocialIcons.astrosrc/components/SocialIcons.astro

@@ -41,6 +41,7 @@ aria-label={ariaLabel}

title={ariaLabel} class={buttonVariants({ variant: 'outline', size: 'icon' })} external + {...(link.label === 'Fediverse' && { rel: 'me' })} > <Icon name={iconName} class="size-4" /> </Link>