Skip to content

Commit c51cd0e

Browse files
committed
fix wording
1 parent 2c4772a commit c51cd0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/features/editor/FullscreenDropzone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const FullscreenDropzone = () => {
4242
Upload to JSON Crack
4343
</Text>
4444
<Text fz="lg" c="dimmed" mt="sm">
45-
(Max file size: 4 MB)
45+
(Max file size: 300 KB)
4646
</Text>
4747
</Dropzone.Accept>
4848
<Dropzone.Reject>

src/features/modals/UpgradeModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
6060
</ThemeIcon>
6161
<Stack gap="4">
6262
<Title c="gray" order={3} fw="500" fz="16">
63-
Load up to 4 MBs
63+
Load larger files
6464
</Title>
6565
<Text fz="14" c="dimmed">
6666
We made it easy to visualize, format, and explore JSON data, faster than ever.

0 commit comments

Comments
 (0)