Make formatting a bit more better

Display dates for months in view
This commit is contained in:
2024-08-19 12:33:26 +02:00
parent 8c10540309
commit c5613ee0cc
5 changed files with 35 additions and 17 deletions

View File

@@ -17,7 +17,7 @@
<svelte:window on:keydown={keyDown} />
<Toaster theme="dark" expand visibleToasts={9} />
<template>
<Header />
<!-- <Header /> -->
<main class="flex-1">
<Router />
</main>