fixed vertical nav

This commit is contained in:
PxlLoewe
2025-02-22 21:36:58 +01:00
parent e42bc192a9
commit 52888787cf
3 changed files with 84 additions and 86 deletions

View File

@@ -1,15 +1,15 @@
import type { Metadata } from "next";
import type { Metadata } from 'next';
import {
DiscordLogoIcon,
InstagramLogoIcon,
ReaderIcon,
} from "@radix-ui/react-icons";
import { HorizontalNav, VerticalNav } from "../_components/ui/Nav";
import { Toaster } from "react-hot-toast";
} from '@radix-ui/react-icons';
import { HorizontalNav, VerticalNav } from '../_components/Nav';
import { Toaster } from 'react-hot-toast';
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: 'Create Next App',
description: 'Generated by create next app',
};
export default async function RootLayout({