Skip to content

Commit 886a5b4

Browse files
fix: update mod details display format in Manage component
1 parent 0f0f4e0 commit 886a5b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

resources/dist.rc

23 Bytes
Binary file not shown.

src/celemod-ui/src/routes/Manage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ const ModLocal = ({
370370
<span className="modVersion">{version}</span>
371371
{ctx?.showDetailed && (
372372
<span className="modDetails">
373-
{formatSize(size)} · {file}
373+
[{formatSize(size)} · {file}]
374374
</span>
375375
)}
376376
{(!optional || ctx?.fullTree) && expanded && (

0 commit comments

Comments
 (0)