diff --git a/components/Breadcrumbs.tsx b/components/Breadcrumbs.tsx index 9ed88eb..ed9d82e 100644 --- a/components/Breadcrumbs.tsx +++ b/components/Breadcrumbs.tsx @@ -5,8 +5,8 @@ interface BreadcrumbsProps { export default function Breadcrumbs({ breadcrumbPath = ['Home'] }: BreadcrumbsProps) { return( -
-
+
+
    {breadcrumbPath.map((item, index) => (
  • diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 6efdf71..0f05e9d 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -178,9 +178,9 @@ export default function Sidebar({ children, username, fullName, breadcrumbPath } {/* Main content */} -
    +
    -
    +
    {children}