feat: update hello page

This commit is contained in:
Shusui MOYATANI
2023-05-05 18:09:20 +09:00
parent 7831b62bda
commit 5b5c261285

View File

@@ -60,24 +60,13 @@ const Hello: Component = () => {
<div class="rounded-md p-8 shadow-md">
<Switch>
<Match when={signerStatus() === 'checking'}>
...
<p>...</p>
</Match>
<Match when={signerStatus() === 'unavailable'}>
<h2 class="text-lg font-bold">Nostrをはじめる</h2>
<p class="pt-2">
<a
class="text-blue-500 underline"
target="_blank"
rel="noopener noreferrer"
href="https://scrapbox.io/nostr/%E3%81%AF%E3%81%98%E3%82%81%E3%81%A6%E3%81%AENostr%E3%80%90%E3%81%AF%E3%81%98%E3%82%81%E3%81%A6%E3%81%AE%E6%96%B9%E3%81%AF%E3%81%93%E3%81%A1%E3%82%89%E3%80%91"
>
Nostr
</a>
</p>
<h2 class="pt-2 text-lg font-bold"></h2>
<p class="pt-2">
NIP-07
<h2 class="font-bold">NIP-07</h2>
<p>
<br />
<br />
<a
class="text-blue-500 underline"
@@ -88,6 +77,8 @@ const Hello: Component = () => {
</a>
<br />
</p>
</Match>
<Match when={signerStatus() === 'available'}>