8694q58wq: Fix vertical scroll on all pages.

This commit is contained in:
Eero Holmala 2024-06-01 11:22:57 +03:00
parent aa9b7be7d4
commit bceb9f9bfb

View File

@ -3,7 +3,7 @@ import { cn } from "@/lib/utils"
const Navbar = () => {
return (
<div className={cn("flex h-20 bg-gray-800 text-white justify-around w-screen opacity-100 items-center")}>
<div className={cn("flex h-20 bg-gray-800 text-white justify-around opacity-100 items-center")}>
<Link href="/">
<div>Home</div>
</Link>