diff --git a/astro-web/src/components/ProjectCard.astro b/astro-web/src/components/ProjectCard.astro index 3a88342..d08cf85 100644 --- a/astro-web/src/components/ProjectCard.astro +++ b/astro-web/src/components/ProjectCard.astro @@ -19,6 +19,7 @@ const { title, img, href = '#', active = true } = Astro.props; ) : (
{ !active &&

(Coming Soon)

} +
) }

{title}