diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-04 11:50:21 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-04 11:50:21 +0700 |
| commit | 4c8d08def514cb441007c0bd2bc78e105e6d0153 (patch) | |
| tree | 11d10d069df4254a2cdc70281cc5b462c196dd05 /src/components | |
| parent | 57f400411555351f0b96799f5e4493c9c49b68e0 (diff) | |
cr popup information method
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/ui/HeroBanner.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/HeroBanner.jsx b/src/components/ui/HeroBanner.jsx index 3025fc1e..6f1ef641 100644 --- a/src/components/ui/HeroBanner.jsx +++ b/src/components/ui/HeroBanner.jsx @@ -55,7 +55,7 @@ const HeroBanner = () => { return heroBanner.map((banner, index) => ( <SwiperSlide key={index}> - <Link href={banner.url} className='w-full h-auto'> + <Link href={banner.url} className='w-full h-auto' aria-label={banner.name}> <Image src={banner.image} alt={banner.name} |
