This commit is contained in:
2024-06-20 14:03:52 +05:00
parent 85e602e970
commit f711edaa23
2 changed files with 5 additions and 1 deletions

Before

Width:  |  Height:  |  Size: 406 KiB

After

Width:  |  Height:  |  Size: 406 KiB

@@ -48,7 +48,11 @@ const LayoutSlider = ({ currentView, setCurrentView }: LayoutSliderProps) => {
className={`min-w-full flex flex-col px-6 transition-all duration-300 `}
key={slider.id}
>
<img src={slider.image} alt="" />
<img
src={slider.image}
alt=""
className="h-full w-full object-contain"
/>
</div>
))}
</div>