mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-05 23:34:26 +01:00
Fix sentance on empty activity screen (#188)
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user