diff --git a/src/components/ShowcaseProject.astro b/src/components/ShowcaseProject.astro index 6e79387..7905453 100644 --- a/src/components/ShowcaseProject.astro +++ b/src/components/ShowcaseProject.astro @@ -27,12 +27,12 @@ const { collection } = Astro.props; href={`/${collection.collection}/${collection.slug}`} aria-label={collection.data.title}>

{collection.data.title}

{ collection.data.collection ? ( diff --git a/src/pages/index.astro b/src/pages/index.astro index 8e24da7..08a4fc9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -25,7 +25,7 @@ const projects = allProjects
-