From 115090fc562798ac2ecbb271b6612c6a2c03d564 Mon Sep 17 00:00:00 2001 From: Juan Di Toro Date: Mon, 14 Aug 2023 16:33:35 +0200 Subject: [PATCH] fix: incorrect font choice on gridcell --- src/components/Vision/Grid/GridCell.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Vision/Grid/GridCell.astro b/src/components/Vision/Grid/GridCell.astro index 91571d7..112170e 100644 --- a/src/components/Vision/Grid/GridCell.astro +++ b/src/components/Vision/Grid/GridCell.astro @@ -10,7 +10,7 @@ const { title, description } = Astro.props;
-

+

{title}