Cleanup and testing

This commit is contained in:
ZXY101
2023-09-04 13:53:51 +02:00
parent 83b427f976
commit 695c63c06b
13 changed files with 34 additions and 37 deletions

View File

@@ -7,6 +7,7 @@
import { page } from '$app/stores';
import { currentManga, currentVolume } from '$lib/catalog';
import SettingsIcon from '$lib/assets/svgs/settings-svgrepo-com.svg';
import { writable } from 'svelte/store';
let title: string | undefined = 'Mokuro';
@@ -45,10 +46,15 @@
{:else}
<a href="/"><h2>{title}</h2></a>
{/if}
<img src={SettingsIcon} alt="settings" />
</div>
</nav>
<style lang="scss">
img {
width: 32px;
fill: #000;
}
nav {
position: relative;
width: 100%;