Change SignIn Page Slider images (#3337)
* Change SignIn Page Slider images * Add loading lazy attribute to image
|
Before Width: | Height: | Size: 458 KiB After Width: | Height: | Size: 292 KiB |
|
Before Width: | Height: | Size: 455 KiB After Width: | Height: | Size: 294 KiB |
|
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 214 KiB |
|
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 362 KiB |
@ -26,7 +26,12 @@ const LoginCarousel = () => {
|
||||
{LOGIN_SLIDE.map((data) => (
|
||||
<div data-testid="slider-container" key={uniqueId()}>
|
||||
<div>
|
||||
<img alt="slider" className="tw-w-full" src={data.image} />
|
||||
<img
|
||||
alt="slider"
|
||||
className="tw-w-full"
|
||||
loading="lazy"
|
||||
src={data.image}
|
||||
/>
|
||||
</div>
|
||||
<div className="tw-mt-24 tw-mb-11">
|
||||
<p
|
||||
|
||||