add icons

This commit is contained in:
etstringy 2024-06-30 19:57:32 +01:00 committed by vimae
parent e5d8cafd25
commit b062153098
33 changed files with 599 additions and 50 deletions

View file

@ -1,5 +1,5 @@
<script>
import Logo from '$lib/../img/CampfireLogo.svelte';
import Logo from '$lib/../img/campfire-logo.svg';
import Feed from '$lib/ui/Feed.svelte';
import { Client } from '$lib/client/client.js';
import User from '$lib/user/user.js';
@ -52,7 +52,9 @@
<Feed />
{:else}
<form on:submit={log_in} id="login-form">
<Logo />
<div class="app-logo">
<Logo />
</div>
<p>Welcome, fediverse user!</p>
<p>Please enter your instance domain to log in.</p>
<div class="input-wrapper">