feat(webui): vault name in title on home
ci/woodpecker/push/woodpecker Pipeline failed Details

refactor/sveltekit
Tomáš Mládek 2024-01-20 12:41:15 +01:00
parent 3b303e4872
commit a1765d480a
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
}
});
updateTitle("Home");
$: updateTitle($vaultInfo?.name || $i18n.t("Home"));
</script>
<div class="home">