From fb8444c32a8c9ce8f87e70551901f0657137f6bf Mon Sep 17 00:00:00 2001 From: dishafaujdar Date: Tue, 26 Nov 2024 17:38:44 +0530 Subject: [PATCH] without branched error --- components/data/buckets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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