From 07eaff0e65074c12f52a6c7de4f2d424eda53efb Mon Sep 17 00:00:00 2001 From: Asis Ferrer Date: Mon, 3 Nov 2025 10:58:20 +0000 Subject: [PATCH] Refactor Hero component to use Gitea link instead of GitHub for improved accuracy in personal information --- src/components/Hero.astro | 10 +++++----- src/data/index.ts | 2 +- src/pages/index.astro | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 3d26754..4184ace 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -1,7 +1,7 @@ --- import { Icon } from 'astro-icon/components' -const { name, title, bio, github, linkedin } = Astro.props; +const { name, title, bio, gitea, linkedin } = Astro.props; ---
@@ -28,15 +28,15 @@ const { name, title, bio, github, linkedin } = Astro.props;
- +
- +