diff --git a/apps/web/src/app/components/page.tsx b/apps/web/src/app/components/page.tsx index e1e439e452..fea145f5a8 100644 --- a/apps/web/src/app/components/page.tsx +++ b/apps/web/src/app/components/page.tsx @@ -24,7 +24,7 @@ export const metadata: Metadata = { export default async function ComponentsPage() { return ( -
+
@@ -41,8 +41,8 @@ export default async function ComponentsPage() {

-
-
+
+
{componentsStructure.map((category, index) => { const slug = slugify(category.name); const Illustration = dynamic( diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 3aeca8179f..2f1a2e14b3 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -2,6 +2,7 @@ import { Analytics } from '@vercel/analytics/react'; import type { Metadata } from 'next'; import '@/styles/globals.css'; import localFont from 'next/font/local'; +import { Topbar } from '@/components/topbar'; const inter = localFont({ display: 'swap', @@ -95,6 +96,9 @@ export default function RootLayout({