summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2024-12-04 11:50:21 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2024-12-04 11:50:21 +0700
commit4c8d08def514cb441007c0bd2bc78e105e6d0153 (patch)
tree11d10d069df4254a2cdc70281cc5b462c196dd05 /src/components
parent57f400411555351f0b96799f5e4493c9c49b68e0 (diff)
cr popup information method
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ui/HeroBanner.jsx2
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}