diff --git a/docs/components/sidebar-content.tsx b/docs/components/sidebar-content.tsx index 3353a5d796..54e73adbc2 100644 --- a/docs/components/sidebar-content.tsx +++ b/docs/components/sidebar-content.tsx @@ -1952,7 +1952,7 @@ C0.7,239.6,62.1,0.5,62.2,0.4c0,0,54,13.8,119.9,30.8S302.1,62,302.2,62c0.2,0,0.2, href: "/docs/plugins/jwt", }, { - title: "3rd party", + title: "Payments", group: true, href: "", icon: () => , @@ -2089,26 +2089,6 @@ C0.7,239.6,62.1,0.5,62.2,0.4c0,0,54,13.8,119.9,30.8S302.1,62,302.2,62c0.2,0,0.2, ), }, - { - title: "Dub", - href: "/docs/plugins/dub", - icon: () => ( - - - - ), - }, { title: "Commet", href: "/docs/plugins/commet", @@ -2131,6 +2111,32 @@ C0.7,239.6,62.1,0.5,62.2,0.4c0,0,54,13.8,119.9,30.8S302.1,62,302.2,62c0.2,0,0.2, ), }, + { + title: "Others", + group: true, + icon: () => null, + href: "", + }, + { + title: "Dub", + href: "/docs/plugins/dub", + icon: () => ( + + + + ), + }, { title: "Community Plugins", href: "/docs/plugins/community-plugins",