Fix sentance on empty activity screen (#188)

This commit is contained in:
Tony Giorgio
2023-05-29 16:58:19 -05:00
committed by GitHub
parent caf5811637
commit 941355a80f

View File

@@ -175,7 +175,7 @@ export function CombinedActivity(props: { limit?: number }) {
</Match>
<Match when={activity.state === "ready" && activity().length === 0}>
<div class="w-full text-center">
<NiceP>Receive some sats get started</NiceP>
<NiceP>Receive some sats to get started</NiceP>
</div>
</Match>
<Match when={activity.state === "ready" && activity().length >= 0}>