Fix auth titles
This commit is contained in:
parent
48da292f6f
commit
e50ba8ffad
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>{m.auth_login_title()} | Granblue Party</title>
|
<title>{m.auth_login_title()}</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<AuthCard title={m.auth_login_title()}>
|
<AuthCard title={m.auth_login_title()}>
|
||||||
|
|
|
||||||
|
|
@ -227,7 +227,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>{m.auth_register_title()} | Granblue Party</title>
|
<title>{m.auth_register_title()}</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<AuthCard title={m.auth_register_title()}>
|
<AuthCard title={m.auth_register_title()}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue