Maybe get dialogs behaving properly
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<script lang="ts">
|
||||
import {pubkey} from '@welshman/app'
|
||||
import {pubkey} from "@welshman/app"
|
||||
import Landing from "@app/components/Landing.svelte"
|
||||
import Toast from "@app/components/Toast.svelte"
|
||||
import PrimaryNav from "@app/components/PrimaryNav.svelte"
|
||||
</script>
|
||||
|
||||
<div class="flex h-screen overflow-hidden">
|
||||
<PrimaryNav>
|
||||
{#if $pubkey}
|
||||
{#if $pubkey}
|
||||
<PrimaryNav>
|
||||
<slot />
|
||||
{:else}
|
||||
<Landing />
|
||||
{/if}
|
||||
</PrimaryNav>
|
||||
</PrimaryNav>
|
||||
{:else}
|
||||
<Landing />
|
||||
{/if}
|
||||
</div>
|
||||
<Toast />
|
||||
|
||||
Reference in New Issue
Block a user