Skip to content

Commit

Permalink
Merge pull request #1325 from Bynder/issue/gui-classes/image-preview
Browse files Browse the repository at this point in the history
GC-3644 gui-invisible should just be invisible
  • Loading branch information
AmeeMorris authored Nov 23, 2023
2 parents e847792 + e49f26b commit 1c76534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/modules/preview/PreviewImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function PreviewImage({
src={image.src}
alt={altText}
title={title}
className="gui-invisible"
className="invisible"
/>

<div
Expand Down

0 comments on commit 1c76534

Please sign in to comment.