From e0bc94e001fc1c40b3b7e90b50c38269c704dacc Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Wed, 16 Oct 2024 21:15:27 +0300 Subject: [PATCH] docs: change jwt icon --- docs/components/sidebar-content.tsx | 40 ++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/docs/components/sidebar-content.tsx b/docs/components/sidebar-content.tsx index 516106b4..ce238258 100644 --- a/docs/components/sidebar-content.tsx +++ b/docs/components/sidebar-content.tsx @@ -661,11 +661,7 @@ export const contents: Content[] = [ ), }, - { - title: "JWT", - icon: () => , - href: "/docs/plugins/jwt", - }, + { title: "Authorization", group: true, @@ -705,12 +701,44 @@ export const contents: Content[] = [ href: "/docs/plugins/1st-party-plugins", icon: () => , }, - { title: "Bearer", icon: () => , href: "/docs/plugins/bearer", }, + { + title: "JWT", + icon: () => ( + + + + + + + + ), + href: "/docs/plugins/jwt", + }, ], }, {