8694q58wq: Fix vertical scroll on all pages.
This commit is contained in:
parent
aa9b7be7d4
commit
bceb9f9bfb
@ -3,7 +3,7 @@ import { cn } from "@/lib/utils"
|
|||||||
|
|
||||||
const Navbar = () => {
|
const Navbar = () => {
|
||||||
return (
|
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="/">
|
<Link href="/">
|
||||||
<div>Home</div>
|
<div>Home</div>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user