minor improvements:

- page titles
- favicon
- background logo
This commit is contained in:
2025-09-01 00:00:25 +02:00
parent c5a1463235
commit 94c70eae16
22 changed files with 78 additions and 11 deletions

View File

@@ -12,6 +12,10 @@
if (redirect && user.name) location.href = redirect;
</script>
<svelte:head>
<title>Umbrella {t('user')}: {user?.name}</title>
</svelte:head>
<h1>{t('user_module')}</h1>
<Profile />