summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Navbar/NavbarMobile.jsx
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-04-28 15:57:13 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-04-28 15:57:13 +0700
commit3701899613c02e547fecebf62f7105860d1a2b72 (patch)
treee38161b0b8dd2dbbbd526f53ff83943eabd3d01d /src/core/components/elements/Navbar/NavbarMobile.jsx
parentba46cdd517ccbab85b52f886d16e3161cab2f8c8 (diff)
product similar product detail and top banner
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarMobile.jsx')
-rw-r--r--src/core/components/elements/Navbar/NavbarMobile.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/components/elements/Navbar/NavbarMobile.jsx b/src/core/components/elements/Navbar/NavbarMobile.jsx
index 0502dba5..072ed572 100644
--- a/src/core/components/elements/Navbar/NavbarMobile.jsx
+++ b/src/core/components/elements/Navbar/NavbarMobile.jsx
@@ -7,6 +7,7 @@ import dynamic from 'next/dynamic'
import IndoteknikLogo from '@/images/logo.png'
import { useEffect, useState } from 'react'
import { getCart } from '@/core/utils/cart'
+import TopBanner from './TopBanner'
const Search = dynamic(() => import('./Search'))
@@ -30,6 +31,7 @@ const NavbarMobile = () => {
return (
<MobileView>
+ <TopBanner/>
<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='/'>