diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 762e4da..09a973c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,6 +6,7 @@ import { ReactNode } from "react"; import NavigationSidebar from "@/widgets/navbar/navigation-sidebar"; import RootFooter from "@/widgets/root/root-footer"; import Script from "next/script"; +import { cn } from "@/shared/libs/shadcn-utils"; // https://fonts.google.com/specimen/Rubik // TODO: скачать локально шрифт Rubik @@ -46,7 +47,7 @@ export default function RootLayout({ }>) { return ( - +
{children}
diff --git a/src/widgets/navbar/navigation-sidebar.tsx b/src/widgets/navbar/navigation-sidebar.tsx index 22ba421..c113236 100644 --- a/src/widgets/navbar/navigation-sidebar.tsx +++ b/src/widgets/navbar/navigation-sidebar.tsx @@ -86,7 +86,7 @@ const NavigationSidebar = () => {
) : ( <> -
+