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( --- - + {
@@ -48,7 +53,7 @@ const { title, description, date, image, slug } = Astro.props;
{date}