From b825d8ac05a3d8f4fa0653d1102e9701e55ebec1 Mon Sep 17 00:00:00 2001 From: Timothy Russo Date: Thu, 5 Oct 2023 10:07:32 +0200 Subject: [PATCH] feat: fix text capitalize --- src/app/ideation/components/CreateIdeationContainer.tsx | 4 ++-- src/app/ideation/components/VoteDescriptionCard.tsx | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/ideation/components/CreateIdeationContainer.tsx b/src/app/ideation/components/CreateIdeationContainer.tsx index a9910035..7677845b 100644 --- a/src/app/ideation/components/CreateIdeationContainer.tsx +++ b/src/app/ideation/components/CreateIdeationContainer.tsx @@ -8,7 +8,7 @@ function CreateIdeationContainer() { @@ -26,7 +26,7 @@ function CreateIdeationContainer() { diff --git a/src/app/ideation/components/VoteDescriptionCard.tsx b/src/app/ideation/components/VoteDescriptionCard.tsx index 73d5fe79..5b4cb57e 100644 --- a/src/app/ideation/components/VoteDescriptionCard.tsx +++ b/src/app/ideation/components/VoteDescriptionCard.tsx @@ -1,4 +1,8 @@ -function VoteDescriptionCard({ className }: { className?: string }) { +interface VoteDescriptionCardProps { + className?: string +} + +function VoteDescriptionCard({ className }: VoteDescriptionCardProps) { return (