Make convert text in menu more compact

This commit is contained in:
Realmy 2024-11-12 12:42:02 +01:00
parent 05d9afd7fe
commit 23abe3efc7
2 changed files with 1 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -16,7 +16,7 @@
}>({
Upload: "/",
[files.files.length > 0
? `Convert ${files.files.length} file${files.files.length > 1 ? "s" : ""}`
? `Convert (${files.files.length})`
: `Convert`]: "/convert",
About: "/about",
});