diff --git a/components/Navbar.tsx b/components/Navbar.tsx deleted file mode 100644 index 70a8bf3..0000000 --- a/components/Navbar.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import Link from "next/link"; -import { LoginButton } from "./LoginButton"; -import { UserAvatar } from "./UserAvatar"; - -export function Navbar() { - return ( - - ) -} \ No newline at end of file diff --git a/styles/nav.css b/styles/nav.css deleted file mode 100644 index 6f90321..0000000 --- a/styles/nav.css +++ /dev/null @@ -1,27 +0,0 @@ -nav { - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; - - padding: 4px; -} - -nav h1 { - font-size: 32px; - margin: 0; -} - -.nav-left, .nav-right { - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; -} - -.nav-telegram-login { - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; -}