fix left arrow
This commit is contained in:
parent
4d8f12a599
commit
5a4e5f69a8
@ -186,7 +186,7 @@ const GalleryImage = ({ data, location: { state } }) => {
|
|||||||
}}
|
}}
|
||||||
to={`/photogallery/${prevImage}/`}
|
to={`/photogallery/${prevImage}/`}
|
||||||
>
|
>
|
||||||
<span className="p-1 lg:p-4 bg-muted-light/25 rounded-full">
|
<span className="p-1 lg:p-4 bg-gray-300 rounded-full">
|
||||||
<ChevronLeft UNSAFE_style={IconStyle} />
|
<ChevronLeft UNSAFE_style={IconStyle} />
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user