diff --git a/src/components/MeritsAndSatflow.svelte b/src/components/MeritsAndSatflow.svelte index 18a949d..76d9bcb 100644 --- a/src/components/MeritsAndSatflow.svelte +++ b/src/components/MeritsAndSatflow.svelte @@ -76,7 +76,7 @@ Merits and Satflow - +
This graph displays the Meritization of equity in {rocket.Name()} diff --git a/src/components/RocketDashboard.svelte b/src/components/RocketDashboard.svelte index 0aef5cc..25f098e 100644 --- a/src/components/RocketDashboard.svelte +++ b/src/components/RocketDashboard.svelte @@ -19,7 +19,7 @@ $: unratifiedZaps = new Map(); -
+
@@ -33,7 +33,7 @@
-
+
diff --git a/src/views/rockets/Rockets.svelte b/src/views/rockets/Rockets.svelte index 0426f7c..d333a07 100644 --- a/src/views/rockets/Rockets.svelte +++ b/src/views/rockets/Rockets.svelte @@ -74,7 +74,7 @@ Testnet -
+
{#each mainnet as rocket (`${rocket.Event.pubkey}${rocket.Name()}`)} {/each} @@ -89,7 +89,7 @@ intended solely for testing. -
+
{#each testnet as rocket (`${rocket.Event.pubkey}${rocket.Name()}`)} {/each} diff --git a/tailwind.config.ts b/tailwind.config.ts index 2847270..80cc89c 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -14,10 +14,12 @@ const config: Config = { center: true, padding: '2rem', screens: { - '2xl': '1400px' + '2xl': '1400px', + '3xl': '1750px' } }, extend: { + screens: { '2xl': '1400px', '3xl': '1750px' }, colors: { border: 'hsl(var(--border) / )', input: 'hsl(var(--input) / )',