From 5a6b745da6a5381169e57a89f256b14078a9c94f Mon Sep 17 00:00:00 2001 From: Romain-Brement Date: Thu, 19 Oct 2023 16:51:22 +0200 Subject: [PATCH] feat: clean home --- pages/index.tsx | 2 +- utils/dates.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index ddbb8ff..499e1c8 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -36,7 +36,7 @@ export default function Home() { }} /> -

{text}

+ {text &&

} diff --git a/utils/dates.json b/utils/dates.json index 2817ebc..e73bdae 100644 --- a/utils/dates.json +++ b/utils/dates.json @@ -1,7 +1,7 @@ [ { "date": "01/01/1801", - "text": "Un nouveau siècle commence." + "text": "Un nouveau siècle commence." }, { "date": "02/02/1802", @@ -17,7 +17,7 @@ }, { "date": "05/05/1805", - "text": "L'histoire continue de s'écrire." + "text": "L'histoire continue de s'écrire." }, { "date": "06/06/1806", @@ -29,7 +29,7 @@ }, { "date": "08/08/1808", - "text": "Une époque bien différente de la nôtre." + "text": "Une époque bien différente de la nôtre." }, { "date": "09/09/1809", @@ -37,6 +37,6 @@ }, { "date": "10/10/2021", - "text": "Une date en 2021, une année marquante." + "text": "Une date en 2021, une année marquante." } ]