diff --git a/frontend/src/Components/Navbar/Navbar.tsx b/frontend/src/Components/Navbar/Navbar.tsx index ab9ee53..55d7bd1 100644 --- a/frontend/src/Components/Navbar/Navbar.tsx +++ b/frontend/src/Components/Navbar/Navbar.tsx @@ -1,4 +1,4 @@ -import {AppShell, Avatar, Box, Card, Group, Image, Stack, Text} from "@mantine/core"; +import {AppShell, Avatar, Card, Group, Image, ScrollArea, Stack, Text} from "@mantine/core"; import MeowHubLogo from "../../Assets/mh_logo.svg"; import {MenuButton} from "../Buttons/Menu"; import { @@ -56,33 +56,23 @@ export const Navbar = () => { {/*Menu*/} - - - - - } text={"Strona główna"} href={"/mainpage"}/> - } text={"Wyszukaj"} href={"/search"}/> - } text={"Napisz post"} href={"/createpost"}/> - } text={"Znajomi"} href={"/friends"}/> - } text={"Grupy"} href={"/groups"}/> - } text={"Obserwowani"} href={"/following"}/> - } text={"Matching"} href={"placeholder5"}/> - } text={"Wiadomości"} href={"/messages"}/> - - - } text={"Ustawienia"} href={"/settings"}/> - - - - - + + + + } text={"Strona główna"} href={"/mainpage"}/> + } text={"Wyszukaj"} href={"/search"}/> + } text={"Napisz post"} href={"/createpost"}/> + } text={"Znajomi"} href={"/friends"}/> + } text={"Grupy"} href={"/groups"}/> + } text={"Obserwowani"} href={"/following"}/> + } text={"Matching"} href={"placeholder5"}/> + } text={"Wiadomości"} href={"/messages"}/> + + + } text={"Ustawienia"} href={"/settings"}/> + + + ); } \ No newline at end of file