problem: bad wording

This commit is contained in:
gsovereignty
2024-08-14 12:01:01 +08:00
parent d0b78cf7a6
commit 35d69a25da

View File

@@ -84,10 +84,7 @@
<Alert.Root class="my-2"> <Alert.Root class="my-2">
<ExclamationTriangle class="h-4 w-4" /> <ExclamationTriangle class="h-4 w-4" />
<Alert.Title>Note</Alert.Title> <Alert.Title>Note</Alert.Title>
<Alert.Description <Alert.Description>The following rockets are for testing purposes only.</Alert.Description>
>The following rocket is for testing purposes only. Any rocket with "test" in its name is
intended solely for testing.</Alert.Description
>
</Alert.Root> </Alert.Root>
<div class="grid gap-2" style="grid-template-columns: repeat(auto-fit, 350px);"> <div class="grid gap-2" style="grid-template-columns: repeat(auto-fit, 350px);">
{#each testnet as rocket (`${rocket.Event.pubkey}${rocket.Name()}`)} {#each testnet as rocket (`${rocket.Event.pubkey}${rocket.Name()}`)}