mirror of https://github.com/VERT-sh/VERT.git
Make convert text in menu more compact
This commit is contained in:
parent
05d9afd7fe
commit
23abe3efc7
|
@ -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",
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue