From 543020f85cfcbaef68f201e17741339483829457 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Mon, 18 May 2026 12:39:33 +0300 Subject: [PATCH] feat: apply Fraunces font to ProjectCard title --- src/entities/project/ui/ProjectCard/ProjectCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/project/ui/ProjectCard/ProjectCard.tsx b/src/entities/project/ui/ProjectCard/ProjectCard.tsx index 862b7d9..cdc4002 100644 --- a/src/entities/project/ui/ProjectCard/ProjectCard.tsx +++ b/src/entities/project/ui/ProjectCard/ProjectCard.tsx @@ -33,7 +33,7 @@ export function ProjectCard({ title, year, description, tags, imageUrl }: Props)
- {title} + {title} {year}
{description}