diff --git a/docs/app/page.tsx b/docs/app/page.tsx index b78a462e..059b28f2 100644 --- a/docs/app/page.tsx +++ b/docs/app/page.tsx @@ -28,7 +28,7 @@ export default async function HomePage() { const stars = await getGitHubStars(); return (
-
+
diff --git a/docs/components/sidebar-content.tsx b/docs/components/sidebar-content.tsx index 29a2e7b7..320af5de 100644 --- a/docs/components/sidebar-content.tsx +++ b/docs/components/sidebar-content.tsx @@ -1470,6 +1470,27 @@ 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/1st-party-plugins", icon: () => , }, + { + title: "Stripe", + href: "/docs/plugins/stripe", + icon: () => ( + + + + ), + }, { title: "Polar", href: "/docs/plugins/polar", @@ -1505,27 +1526,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: "Stripe", - href: "/docs/plugins/stripe", - icon: () => ( - - - - ), - }, { title: "Dub", href: "/docs/plugins/dub",