diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-06-20 09:12:32 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-06-20 09:12:32 +0700 |
| commit | 3c1258e0687063e05e67982c618f00154e234605 (patch) | |
| tree | 1204a63450b45521f1a1cc6543a837b7472f9fe5 /src/core/components/elements/Navbar/NavbarMobile.jsx | |
| parent | f6619d6a395c84512e44e2a1585cc7732f9cffeb (diff) | |
<hafid> add top banner mobile
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarMobile.jsx')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarMobile.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/components/elements/Navbar/NavbarMobile.jsx b/src/core/components/elements/Navbar/NavbarMobile.jsx index 47182a47..7c148440 100644 --- a/src/core/components/elements/Navbar/NavbarMobile.jsx +++ b/src/core/components/elements/Navbar/NavbarMobile.jsx @@ -11,7 +11,7 @@ import Image from 'next/image'; import { useEffect, useState } from 'react'; import MobileView from '../../views/MobileView'; import Link from '../Link/Link'; -import TopBanner from './TopBanner'; +import TopBannerMobile from './TopBannerMobile'; import { useCartStore } from '~/modules/cart/stores/useCartStore'; import useAuth from '@/core/hooks/useAuth'; @@ -53,7 +53,7 @@ const NavbarMobile = () => { return ( <MobileView> - <TopBanner /> + <TopBannerMobile /> <nav className='px-4 py-2 pb-3 sticky top-0 z-50 bg-white shadow'> <div className='flex justify-between items-center mb-2'> <Link href='/'> |
