Update Socials.astro

This commit is contained in:
Alex Wellnitz 2023-09-25 15:52:01 +02:00 committed by GitHub
parent 94ea56f946
commit ca015a59d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ const { centered = false } = Astro.props;
href={social.href} href={social.href}
className="link-button" className="link-button"
title={social.linkTitle} title={social.linkTitle}
rel="me"
> >
<Fragment set:html={socialIcons[social.name]} /> <Fragment set:html={socialIcons[social.name]} />
</LinkButton> </LinkButton>