From 23abe3efc723b8f86ff7c6c113ce2f21387461a9 Mon Sep 17 00:00:00 2001 From: Realmy <163438634+RealmyTheMan@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:42:02 +0100 Subject: [PATCH] Make convert text in menu more compact --- bun.lockb | Bin 120042 -> 120042 bytes src/routes/+layout.svelte | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index 1064691bfd2ce659984b6e83e16db883ceffe326..124fa2ba466133d3af5e01c93bd5408a1e4ca26a 100755 GIT binary patch delta 25 hcmaF0lKs_6_J%Et%8u-eaYlM3dZyd892pNx1^|2C2%!J~ delta 25 dcmaF0lKs_6_J%Et%8u+z3}CQb%aQTGWB_j42TcF~ 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", });