diff --git a/src/components/Hero.astro b/src/components/Hero.astro index fab7dd0..da9b136 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -178,31 +178,24 @@ const { name, title, description, avatar, location, socialLinks, gpgKey } = aria-label="Medium" target="_blank" > - - - - )} - {socialLinks.kofi && ( -
- - - -
- )} - {socialLinks.codetips && ( -
- - + + + + + + + + + +
)} @@ -218,6 +211,71 @@ const { name, title, description, avatar, location, socialLinks, gpgKey } = )} + {socialLinks.kofi && ( +
+ + + + + + + + + + + + + + + + + + + +
+ )} + {socialLinks.codetips && ( +
+ + + +
+ )} ) }