From 77a177ad652c342838a5a96cb47dea1b14881abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Terrier?= Date: Wed, 9 Aug 2023 17:55:37 +0200 Subject: [PATCH] feat: text props is now mandatory Co-authored-by: Ludovic Mermod --- app/src/components/Title.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/Title.tsx b/app/src/components/Title.tsx index c2272ff..527dc76 100644 --- a/app/src/components/Title.tsx +++ b/app/src/components/Title.tsx @@ -1,4 +1,4 @@ -export default function Title({ text }: { text?: string }) { +export default function Title({ text }: { text: string }) { return (