+
{children}
diff --git a/Frontend/src/app/(pages)/docs/[[...slug]]/page.tsx b/Frontend/src/app/(pages)/docs/[[...slug]]/page.tsx
index de220b2..e5faa7b 100644
--- a/Frontend/src/app/(pages)/docs/[[...slug]]/page.tsx
+++ b/Frontend/src/app/(pages)/docs/[[...slug]]/page.tsx
@@ -38,7 +38,7 @@ const ContentPage = ({ params }: PageProps): ReactElement => {
const splitSlug: string[] = content.slug?.split("/") || [];
return (
-
+
{/* Header */}
diff --git a/Frontend/src/app/components/docs/sidebar.tsx b/Frontend/src/app/components/docs/sidebar.tsx
index 1373251..a56058d 100644
--- a/Frontend/src/app/components/docs/sidebar.tsx
+++ b/Frontend/src/app/components/docs/sidebar.tsx
@@ -21,8 +21,8 @@ const Sidebar = ({ activeSlug }: { activeSlug: string }): ReactElement => {
groupedContent[categoryKey].push(content);
}
return (
-
-
+
+
{/* Quick Search */}
diff --git a/Frontend/src/app/components/ui/breadcrumb.tsx b/Frontend/src/app/components/ui/breadcrumb.tsx
index 1725e06..d386de6 100644
--- a/Frontend/src/app/components/ui/breadcrumb.tsx
+++ b/Frontend/src/app/components/ui/breadcrumb.tsx
@@ -19,7 +19,7 @@ const BreadcrumbList = React.forwardRef<