Fix auth titles

This commit is contained in:
Justin Edmund 2025-11-30 23:22:04 -08:00
parent 48da292f6f
commit e50ba8ffad
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
</script>
<svelte:head>
<title>{m.auth_login_title()} | Granblue Party</title>
<title>{m.auth_login_title()}</title>
</svelte:head>
<AuthCard title={m.auth_login_title()}>

View file

@ -227,7 +227,7 @@
</script>
<svelte:head>
<title>{m.auth_register_title()} | Granblue Party</title>
<title>{m.auth_register_title()}</title>
</svelte:head>
<AuthCard title={m.auth_register_title()}>