diff --git a/src/components/ProjectCard.tsx b/src/components/ProjectCard.tsx index 42b5478..645a57a 100644 --- a/src/components/ProjectCard.tsx +++ b/src/components/ProjectCard.tsx @@ -96,9 +96,17 @@ export default function ProjectCard({ fontFamily: "'JetBrains Mono', monospace", fontSize: '11px', color: 'var(--dim)', + display: 'flex', + alignItems: 'center', + gap: '8px', + flexWrap: 'wrap', }} > - {featured ? `FEATURED · ${project.num}` : project.num} + {featured ? `FEATURED · ${project.num}` : project.num} + · + + shipped {project.shippedAt} + {featured && live && (
+ A working portfolio of production deploys, side projects, and open-source + experiments — the things I've actually pushed to{' '} + main. Updated automatically + from GitHub, curated by hand. +
+