Skip to content

Commit

Permalink
Merge pull request #8 from performant-software/RB-astro-site
Browse files Browse the repository at this point in the history
fixed typo in projectcard
  • Loading branch information
ajolipa authored Mar 28, 2024
2 parents 2f3c6a4 + f482489 commit 0a69466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro-web/src/components/ProjectCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const { title, img, href = '#', active = true } = Astro.props;
) : (
<div class="bg-neutral-gray/20 w-[336px] h-[282px] flex items-center justify-center">
{ !active && <p class="text-3xl">(Coming Soon)</p> }
</div>
) }
<p class="p-8 font-serif">
{title}
Expand Down

0 comments on commit 0a69466

Please sign in to comment.