WE'LL DO IT LIVE

This commit is contained in:
Jon Staab
2024-10-23 08:55:40 -07:00
parent dd032dd428
commit f0d53ebb39
4 changed files with 30 additions and 16 deletions
-7
View File
@@ -1,6 +1,5 @@
<script lang="ts">
import "@src/app.css"
import {pwaInfo} from 'virtual:pwa-info';
import {onMount} from "svelte"
import {get} from "svelte/store"
import {sleep, take, sortBy, ago, now, HOUR} from "@welshman/lib"
@@ -142,12 +141,6 @@
})
</script>
<svelte:head>
<meta name="theme-color" content={PLATFORM_ACCENT} />
<link rel="icon" href={PLATFORM_LOGO} />
<link rel="manifest" href="/manifest.webmanifest" />
</svelte:head>
{#await ready}
<div data-theme={$theme} />
{:then}