problem: can't see bitcoin height

This commit is contained in:
gsovereignty
2024-08-03 15:01:10 +08:00
parent c2c34620f4
commit ee612fc36f
3 changed files with 29 additions and 24 deletions

View File

@@ -0,0 +1,21 @@
<script lang="ts">
import * as Dialog from '$lib/components/ui/dialog/index.js';
import { Badge } from '@/components/ui/badge';
let open = false;
</script>
<Dialog.Root bind:open>
<Dialog.Trigger
><Badge href="/" variant="nostr" class="flex h-8 shrink-0 items-center justify-center rounded-sm">Nostrocket is sooooo not ready yet but whatever</Badge></Dialog.Trigger
>
<Dialog.Content>
<Dialog.Header>
<Dialog.Title>Nostrocket is a work in progress</Dialog.Title>
<Dialog.Description
>It kind of works, but there's a lot more to do. There will be bugs.</Dialog.Description
>
</Dialog.Header>
</Dialog.Content>
</Dialog.Root>