Revisi Navbar
This commit is contained in:
parent
4406dad9f8
commit
2b1586d919
|
@ -52,7 +52,7 @@ export default function Navbar() {
|
|||
<nav className="max-w-7xl mx-auto flex items-center justify-between px-6 lg:px-12 py-4 relative">
|
||||
{/* Logo */}
|
||||
<div className="flex items-center space-x-2">
|
||||
<img src="/WTell.png" alt="logo" className="h-12 w-auto object-contain" />
|
||||
<img src="/WTell.png" alt="logo" className="h-7 w-auto object-contain" />
|
||||
<span
|
||||
className={`text-lg font-bold transition-colors duration-300 ${
|
||||
scrolled ? "text-black" : "text-white"
|
||||
|
|
Loading…
Reference in New Issue