From e6f6be20ce93d5bae8a1df93281d78c2d16e3bfb Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 8 Mar 2026 13:40:53 -0600 Subject: [PATCH] This time for sure --- src/components/Logo.astro | 16 ++++++++++++++++ src/pages/index.astro | 14 ++------------ 2 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 src/components/Logo.astro diff --git a/src/components/Logo.astro b/src/components/Logo.astro new file mode 100644 index 0000000..0d72aa6 --- /dev/null +++ b/src/components/Logo.astro @@ -0,0 +1,16 @@ +--- +import { Image } from "astro:assets"; +import { config } from "../config"; +--- + +{config.personalInfo.profileImage.alt} diff --git a/src/pages/index.astro b/src/pages/index.astro index c9d31d0..f3cde8c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,6 +4,7 @@ import SocialLinks from "../components/SocialLinks.astro"; import TechLinks from "../components/TechLinks.astro"; import Layout from "../layouts/Layout.astro"; import { config } from "../config"; +import Logo from "../components/Logo.astro"; --- - {config.personalInfo.profileImage.alt} +

{config.personalInfo.name}