pointer cursor for images (#342)
This commit is contained in:
@@ -30,7 +30,11 @@ function ZoomableImage(props: HTMLImageElementProps) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<img {...props} onClick={openModal} />
|
||||
<img
|
||||
{...props}
|
||||
onClick={openModal}
|
||||
className={clsx("cursor-pointer", props.className)}
|
||||
/>
|
||||
{modalOpen && (
|
||||
<div
|
||||
className={clsx(
|
||||
|
||||
Reference in New Issue
Block a user