From 502994dc7d8dc96c03d609abaaf35c41e65c2ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Thu, 20 Jun 2024 11:57:56 +0200 Subject: [PATCH] Add title to CV for CI --- src/components/CV.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CV.tsx b/src/components/CV.tsx index 8561dcf..9887363 100644 --- a/src/components/CV.tsx +++ b/src/components/CV.tsx @@ -5,7 +5,7 @@ function CV(){ return (

Mon CV

- +
); }