Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/Pricing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const start = useActions('start')
:features="[
['5GB Storage', 'Additional at $0.15/GB per month'],
['5GB egress', 'Additional at $0.15/GB per month'],
['Support in Email & Discord'],
]"
:action="start"
/>
Expand All @@ -35,6 +36,7 @@ const start = useActions('start')
:features="[
['100GB Storage', 'Additional at $0.05/GB per month'],
['100GB egress', 'Additional at $0.05/GB per month '],
['Support in Email & Discord'],
]"
:action="start"
/>
Expand All @@ -46,6 +48,7 @@ const start = useActions('start')
:features="[
['2TB Storage', 'Additional at $0.03/GB per month'],
['2TB egress', 'Additional at $0.03/GB per month'],
['Dedicated Support Channel'],
]"
:action="start"
ribbon="🔥 Best Value 🔥 Best Value"
Expand Down