feat: use fediverse icon on login page

This commit is contained in:
Sam 2023-03-16 17:01:21 +01:00
parent c6484ef066
commit 1843f58d96
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 41 additions and 5 deletions

View file

@ -70,10 +70,10 @@
</script>
<svelte:head>
<title>Log in with Mastodon - pronouns.cc</title>
<title>Log in with the Fediverse - pronouns.cc</title>
</svelte:head>
<h1>Log in with Mastodon</h1>
<h1>Log in with the Fediverse</h1>
{#if data.error}
<ErrorAlert error={data.error} />