Skip to content

Commit 901c8f3

Browse files
committed
hide storage pricing
1 parent 3bc5feb commit 901c8f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/PricingGrid.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Text semibold xl>250</Text>
2424
<Text sm>monthly users</Text>
2525
</Flex>
26-
<Flex col>
26+
<Flex col class="hidden">
2727
<Text xl>1 GB</Text>
2828
<Text sm>data sync</Text>
2929
</Flex>
@@ -59,7 +59,7 @@
5959
<Text sm>monthly users</Text>
6060
<Text xs class="opacity-60">$0.01 per additional user</Text>
6161
</Flex>
62-
<Flex col>
62+
<Flex col class="hidden">
6363
<Text xl>10 GB</Text>
6464
<Text sm>data sync</Text>
6565
<Text xs class="opacity-60">$0.50 per additional GB</Text>
@@ -95,7 +95,7 @@
9595
<Text sm>monthly users</Text>
9696
<Text xs class="opacity-60">$0.005 per additional user</Text>
9797
</Flex>
98-
<Flex col>
98+
<Flex col class="hidden">
9999
<Text xl>100 GB</Text>
100100
<Text sm>data sync</Text>
101101
<Text xs class="opacity-60">$0.25 per additional GB</Text>

0 commit comments

Comments
 (0)