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