Skip to content

Commit

Permalink
aligned dashboard plans page wording on website
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvaltl committed Mar 9, 2022
1 parent 754114d commit 18dc5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dashboard/src/settings/Plans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default function () {
const openSourceFeatures = <>
<p className="truncate" title="Public Repositories">✓ Public &amp; Private Repositories</p>
<p className="truncate" title="4 Parallel Workspaces">✓ 4 Parallel Workspaces</p>
<p className="truncate" title="30 min Timeout">✓ 30 min Timeout</p>
<p className="truncate" title="30 min Inactivity Timeout">✓ 30 min Inactivity Timeout</p>
</>;
if (currentPlan.chargebeeId === freePlan.chargebeeId) {
planCards.push(<PlanCard isDisabled={!!assignedTs || pendingChargebeeCallback} plan={freePlan} isCurrent={!!accountStatement}>{openSourceFeatures}</PlanCard>);
Expand Down Expand Up @@ -405,7 +405,7 @@ export default function () {
const unleashedFeatures = <>
<p className="truncate" title={'Everything in ' + professionalPlan.name}>← Everything in {professionalPlan.name}</p>
<p className="truncate" title="16 Parallel Workspaces">✓ 16 Parallel Workspaces</p>
<p className="truncate" title="1h Timeout">✓ 1h Timeout</p>
<p className="truncate" title="1h Inactivity Timeout">✓ 1h Inactivity Timeout</p>
<p className="truncate" title="3h Timeout Boost">✓ 3h Timeout Boost</p>
</>;
const isUnleashedTsAssigned = !!assignedStudentUnleashedTs || !!assignedUnleashedTs;
Expand Down

0 comments on commit 18dc5e7

Please sign in to comment.