From 3f2a7afd063cc770d8605a394d1fb4ea61994495 Mon Sep 17 00:00:00 2001 From: sid <35936587+siddharth-shringarpure@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:17:23 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9C=A8=20Improvedcolour=20visibility.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/host/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/host/page.tsx b/app/host/page.tsx index 1b63f2b..a8ad4f3 100644 --- a/app/host/page.tsx +++ b/app/host/page.tsx @@ -95,7 +95,7 @@ const Page = () => { >
Date: Sun, 27 Oct 2024 09:29:01 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=8E=A8=20Fixed=20size=20of=20error=20?= =?UTF-8?q?messaging.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/custom/EventForm.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/custom/EventForm.tsx b/components/custom/EventForm.tsx index 9875f3d..d3b4444 100644 --- a/components/custom/EventForm.tsx +++ b/components/custom/EventForm.tsx @@ -102,7 +102,7 @@ const EventForm = ({ onSubmit }: EventFormProps) => {
- {errors.name &&

{errors.name.message}

} + {errors.name &&

{errors.name.message}

}
{/* Description Field */} @@ -110,7 +110,7 @@ const EventForm = ({ onSubmit }: EventFormProps) => {