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: "/",
|
Upload: "/",
|
||||||
[files.files.length > 0
|
[files.files.length > 0
|
||||||
? `Convert ${files.files.length} file${files.files.length > 1 ? "s" : ""}`
|
? `Convert (${files.files.length})`
|
||||||
: `Convert`]: "/convert",
|
: `Convert`]: "/convert",
|
||||||
About: "/about",
|
About: "/about",
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue