fix
This commit is contained in:
@@ -6,7 +6,7 @@ import Frame1597884853 from '../imports/Frame1597884853';
|
||||
import { Button } from './ui/button';
|
||||
import { ImageWithFallback } from './figma/ImageWithFallback';
|
||||
import { CTAButton } from './CTAButton';
|
||||
import logoImage from '../assets/cityLogo.png';
|
||||
import logoImage from '../assets/cit-logo.png';
|
||||
|
||||
interface NavbarProps {
|
||||
activeCity: string;
|
||||
@@ -326,13 +326,9 @@ export default function Navbar({
|
||||
</Link>
|
||||
</motion.div>
|
||||
|
||||
{/* <div className="absolute left-1/2 -translate-x-1/2 flex items-center gap-5">
|
||||
|
||||
</div> */}
|
||||
|
||||
{/* Right Section */}
|
||||
<div className="flex items-center gap-3">
|
||||
|
||||
<div className="absolute -translate-x-1/2 flex items-center gap-5"
|
||||
style={{ left: '45%', }}
|
||||
>
|
||||
{/* Navigation Items based on page type */}
|
||||
{navigationItems.map((item) => (
|
||||
<Link
|
||||
@@ -369,8 +365,12 @@ export default function Navbar({
|
||||
/>
|
||||
</Link>
|
||||
))}
|
||||
|
||||
</div>
|
||||
|
||||
{/* Right Section */}
|
||||
<div className="flex items-center gap-1">
|
||||
|
||||
{/* City Dropdown */}
|
||||
{/* City Dropdown */}
|
||||
<Dropdown
|
||||
ref={cityRef}
|
||||
|
||||
Reference in New Issue
Block a user