remove arrow from photo gallery button

This commit is contained in:
Chuck Dries 2021-07-16 22:01:22 -07:00
parent 7f81336969
commit a16e1b265c

View File

@ -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"
)} )}