diff --git a/src/components/dialogs/OpenImage.tsx b/src/components/dialogs/OpenImage.tsx index 87fc3ba..bddb812 100644 --- a/src/components/dialogs/OpenImage.tsx +++ b/src/components/dialogs/OpenImage.tsx @@ -277,9 +277,9 @@ function OpenImage({ close }: DialogProps) { {imageDimensions.height > (version >= 1180 ? 384 : 256) && ( -
- - The height is above {version >= 1180 ? 384 : 256} blocks! +
+ + Warning: The height is above {version >= 1180 ? 384 : 256} blocks!
)}