From 0efb4a877b4c12bab31d277ab18f065f3db35c9e Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Fri, 26 Sep 2025 16:00:15 +0100 Subject: [PATCH] errrrrrrrrr --- src/components/NavLink.astro | 11 ++++++++++- src/components/ProjectListItem.astro | 15 ++++++++++----- src/pages/index.astro | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/components/NavLink.astro b/src/components/NavLink.astro index d8fc8179..6db11ad3 100644 --- a/src/components/NavLink.astro +++ b/src/components/NavLink.astro @@ -2,8 +2,17 @@ const { currentPage, title, href } = Astro.props; --- + + {title} diff --git a/src/components/ProjectListItem.astro b/src/components/ProjectListItem.astro index 51214c09..2e926b40 100644 --- a/src/components/ProjectListItem.astro +++ b/src/components/ProjectListItem.astro @@ -5,7 +5,9 @@ const { title, description, date, image, slug } = Astro.props; -
+
{ image ? ( @@ -40,7 +45,7 @@ const { title, description, date, image, slug } = Astro.props; }
-

+

{title}

@@ -48,7 +53,7 @@ const { title, description, date, image, slug } = Astro.props;

-
+

{date}

diff --git a/src/pages/index.astro b/src/pages/index.astro index 5a952019..8fb8f5b7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -68,7 +68,7 @@ const projects: ProjectMetadata[] = Object.values( --- - +
{