diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-03 15:38:11 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-03 15:38:11 +0700 |
| commit | 57f400411555351f0b96799f5e4493c9c49b68e0 (patch) | |
| tree | d375a2e2d342b8a08736428b8ea8fbecdd37123a /src/core/components/elements/Navbar/TopBanner.jsx | |
| parent | 1b4d7f65ee08a56ca6cc57bfc6336ca3ccad3a21 (diff) | |
update performance
Diffstat (limited to 'src/core/components/elements/Navbar/TopBanner.jsx')
| -rw-r--r-- | src/core/components/elements/Navbar/TopBanner.jsx | 1 |
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}')`, }} |
