Update src/components/SocialIcons.astro
Michael Kinder michael@noreply.git.foggymtndrifter.com
Sat, 26 Oct 2024 15:47:38 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/components/SocialIcons.astro
→
src/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>