Merge branch 'main' into develop
This commit is contained in:
Generated
+53
-143
File diff suppressed because it is too large
Load Diff
@@ -103,7 +103,7 @@ export default function JsonConvertSection({
|
||||
<span>
|
||||
{t('jsonFormat:formattedSize')}:{' '}
|
||||
<span className="font-semibold text-foreground/80">
|
||||
{formatByteSize(result.outputBytes)}
|
||||
{formatBytes(result.outputBytes)}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -134,7 +134,7 @@ export default function JsonFormatSection() {
|
||||
<span>
|
||||
{t('jsonFormat:formattedSize')}:{' '}
|
||||
<span className="font-semibold text-foreground/80">
|
||||
{formatByteSize(result.formattedBytes)}
|
||||
{formatBytes(result.formattedBytes)}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user