From 1d2df63a1f2bd411a433024140d13a42040881f1 Mon Sep 17 00:00:00 2001 From: dishafaujdar Date: Sun, 24 Nov 2024 14:18:11 +0530 Subject: [PATCH] one-character change --- 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