We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9af980 commit 26575baCopy full SHA for 26575ba
src/pages/people/[person].astro
@@ -61,6 +61,10 @@ const subjects = projects
61
62
{
63
!!projects.length ? (
64
+ <p class="text-xl font-semibold">
65
+ {projects.length} projeto(s) disponível(is).
66
+ </p>
67
+
68
<div class="grid justify-items-stretch gap-5 grid-cols-1 md:grid-cols-2">
69
{projects.map((project) => (
70
<ProjectCard project={project} />
0 commit comments