diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2024-12-04 04:52:48 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2024-12-04 04:52:48 +0000 |
| commit | 3c8390485d97df88d43728828d8fe816132af793 (patch) | |
| tree | 11d10d069df4254a2cdc70281cc5b462c196dd05 /src/components | |
| parent | 2b54406f6afd4ad9ac7909439e62cdafaa1e350b (diff) | |
| parent | 4c8d08def514cb441007c0bd2bc78e105e6d0153 (diff) | |
Merged in CR/optimize_performance_2 (pull request #392)
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} |
