mirror of
https://github.com/aljazceru/hypergolic.git
synced 2026-02-19 12:24:19 +01:00
problem: can't see bitcoin height
This commit is contained in:
21
src/components/NotifyMe.svelte
Normal file
21
src/components/NotifyMe.svelte
Normal 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>
|
||||
Reference in New Issue
Block a user