From ee60c2142d9f599a36bb5c4256afb7c005298b9d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 4 Jan 2026 00:51:31 +0100 Subject: [PATCH] edit medium & ko-fi logos Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- src/components/Hero.astro | 108 +++++++++++++++++++++++++++++--------- 1 file changed, 83 insertions(+), 25 deletions(-) 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 && ( +
+ + + +
+ )} ) }