Skip to content

Commit

Permalink
content: formatting on pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
glenngillen committed Jan 15, 2025
1 parent d5e8d08 commit eb4ca8f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/components/Packaging/tiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ const FEATURES: Feature[] = [
{ name: 'Members', tiers: ['*'], hasLimits: true, group: 'Space elements' },
{ name: 'Projects', tiers: ['*'], hasLimits: true, group: 'Space elements' },

{ name: 'Bandwidth', tiers: ['*'], hasLimits: true, group: 'Projects' },
{ name: 'Throughput per Channel', tiers: ['*'], hasLimits: true, group: 'Projects' },
{ name: 'Max bandwidth', tiers: ['*'], hasLimits: true, group: 'Projects' },
{ name: 'Max throughput per channel', tiers: ['*'], hasLimits: true, group: 'Projects' },

{ name: 'Secure Channels', tiers: ['*'], hasLimits: true, group: 'Channels' },
{
Expand Down Expand Up @@ -378,7 +378,7 @@ const LIMITS: { [id: string]: { [id: string]: string } } = {
},

'Data transfer cap': {
Premium: '1GB/day',
Premium: '1 GB/day',
Bronze: 'Unlimited',
Silver: 'Unlimited',
Gold: 'Unlimited',
Expand All @@ -395,23 +395,23 @@ const LIMITS: { [id: string]: { [id: string]: string } } = {
Enterprise: '$0.00 - $0.10/GB',
'Business Critical': '$0.00 - $0.10/GB',
},
Bandwidth: {
Premium: 'up to 1Gbps',
Bronze: 'up to 1Gbps',
Silver: 'up to 1Gbps',
Gold: '15Gbps',
Platinum: '75Gbps',
'Max bandwidth': {
Premium: '1 Gbps',
Bronze: '1 Gbps',
Silver: '1 Gbps',
Gold: '15 Gbps',
Platinum: '75 Gbps',
Enterprise: 'Network Bound',
'Business Critical': 'Network Bound',
},
'Throughput per Channel': {
Premium: 'up to 1Gbps',
Bronze: 'up to 1Gbps',
Silver: 'up to 1Gbps',
Gold: '5Gbps',
Platinum: '5Gbps',
'Max throughput per channel': {
Premium: '1 Gbps',
Bronze: '1 Gbps',
Silver: '1 Gbps',
Gold: '5 Gbps',
Platinum: '5 Gbps',
Enterprise: 'Network Bound',
'Business Critical': 'Network Bound',
'Business Critical': '35 Gbps',
},
Support: {
Premium: 'Basic',
Expand Down

0 comments on commit eb4ca8f

Please sign in to comment.