Skip to content

Commit

Permalink
chore: style images vetter in CmsImageEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanHjelsethStorstad committed Jan 21, 2025
1 parent f6fdcfc commit 2bf4831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/Image/ImageList/ImageListImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type PropTypes = {
export default function ImageListImage({ image }: PropTypes) {
return (
<div className={styles.ImageListImage}>
<ImageComponent smallSize width={200} image={image} />
<ImageComponent hideCopyRight smallSize width={200} image={image} />
<SelectImageDisplay image={image} />
<ImageSelectionButton image={image} />
</div>
Expand Down

0 comments on commit 2bf4831

Please sign in to comment.