From ded37042bb2c61294c9e77aa9532a0c1df60b713 Mon Sep 17 00:00:00 2001 From: dishafaujdar Date: Wed, 16 Oct 2024 19:21:19 +0530 Subject: [PATCH 1/2] height --- components/Calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Calendar.tsx b/components/Calendar.tsx index 767f29648809..1a202fc870bb 100644 --- a/components/Calendar.tsx +++ b/components/Calendar.tsx @@ -31,7 +31,7 @@ export default function Calendar({ className = '', size }: ICalendarProps) { const eventsExist = eventsData.length > 0; return ( -
+
{t('calendar.title')} From aeead755abe88518a4d91a299306eff0042fa28e Mon Sep 17 00:00:00 2001 From: dishafaujdar Date: Tue, 26 Nov 2024 17:38:44 +0530 Subject: [PATCH 2/2] without branched error --- components/Calendar.tsx | 2 +- components/data/buckets.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Calendar.tsx b/components/Calendar.tsx index 1a202fc870bb..767f29648809 100644 --- a/components/Calendar.tsx +++ b/components/Calendar.tsx @@ -31,7 +31,7 @@ export default function Calendar({ className = '', size }: ICalendarProps) { const eventsExist = eventsData.length > 0; return ( -
+
{t('calendar.title')} diff --git a/components/data/buckets.ts b/components/data/buckets.ts index dc6a11238467..1e9a4e0e042e 100644 --- a/components/data/buckets.ts +++ b/components/data/buckets.ts @@ -93,7 +93,7 @@ export const buckets: Bucket[] = [ name: 'Explorer', title: 'Specification Explorer', description: 'Simplifying our Specification JSON Schema like a pro.', - link: '/docs/reference/specification/v3.0.0-Explorer', + link: '/docs/reference/specification/v3.0.0-explorer', className: 'bg-teal-200', borderClassName: 'border-orange-200', icon: IconExplorer