problem: not clear what the sats are for

This commit is contained in:
gsovereignty
2024-07-30 14:03:02 +08:00
parent 0526dda61e
commit 6368c7d580
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
<Table.Row>
<Table.Head>Participant</Table.Head>
<Table.Head class="hidden md:table-cell">Merits</Table.Head>
<Table.Head class="text-right">Sats Received</Table.Head>
<Table.Head class="text-right">Revenue (Sats)</Table.Head>
</Table.Row>
</Table.Header>
<Table.Body>

View File

@@ -26,7 +26,7 @@
}
</script>
<ModeWatcher />
<ModeWatcher defaultMode="dark" />
<SidePanelLayout>
<div slot="content"><slot></slot></div>
</SidePanelLayout>