diff --git a/bun.lockb b/bun.lockb index 1064691..124fa2b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 2c3fc4e..d32da67 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -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", });