remove arrow from photo gallery button
This commit is contained in:
parent
7f81336969
commit
a16e1b265c
@ -60,7 +60,7 @@ const ImageButtons = ({ isClient, image, shuffleImage }) => (
|
|||||||
</button>
|
</button>
|
||||||
<Link
|
<Link
|
||||||
className={classnames(
|
className={classnames(
|
||||||
"self-center z-20 hover:underline rounded-md px-4 py-2 text-md arrow-right-after font-bold font-serif",
|
"self-center z-20 hover:underline rounded-md px-4 py-2 text-md font-bold font-serif",
|
||||||
isClient &&
|
isClient &&
|
||||||
"text-muted-light bg-muted-dark hover:bg-muted blurred-or-opaque-bg-2"
|
"text-muted-light bg-muted-dark hover:bg-muted blurred-or-opaque-bg-2"
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user