summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Navbar/TopBanner.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-09 15:01:43 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-09 15:01:43 +0700
commitcecccfaf318e0e7c52132cf1d04c90c0df745d14 (patch)
tree6828e39e974478995244558ff81d11eac357c026 /src/core/components/elements/Navbar/TopBanner.jsx
parentf2451beed670dc697aa2026b2df6ad1ad1e90da2 (diff)
parentbb118223e541504262da4509e9188610539702fe (diff)
Merge branch 'new-release' into Feature/pengajuan-tempo
Diffstat (limited to 'src/core/components/elements/Navbar/TopBanner.jsx')
-rw-r--r--src/core/components/elements/Navbar/TopBanner.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/components/elements/Navbar/TopBanner.jsx b/src/core/components/elements/Navbar/TopBanner.jsx
index 709495ce..7d44846c 100644
--- a/src/core/components/elements/Navbar/TopBanner.jsx
+++ b/src/core/components/elements/Navbar/TopBanner.jsx
@@ -50,6 +50,7 @@ const TopBanner = ({ onLoad = () => {} }) => {
<Link
href={data?.url}
className='block bg-cover bg-center h-3 md:h-6 lg:h-[36px]'
+ aria-label='panduan pick up barang'
style={{
backgroundImage: `url('${data?.image}')`,
}}