Skip to content

Commit 119eb12

Browse files
committed
[dashboard] Improve design of new Team Billing
1 parent a16f2c4 commit 119eb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/teams/TeamBilling.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ export default function TeamBilling() {
143143
title="Billing"
144144
subtitle="Manage team billing and plans."
145145
>
146-
<h3>{!teamPlan ? "No billing plan" : "Plan"}</h3>
146+
<h3>{!teamPlan ? "Upgrade Team Plan" : "Team Plan"}</h3>
147147
<h2 className="text-gray-500">
148148
{!teamPlan ? (
149149
<div className="flex space-x-1">
150-
<span>Select a new billing plan for this team. Currency:</span>
150+
<span>Upgrade team plan to access unlimited workspace hours, and more. Currency:</span>
151151
<DropDown
152152
contextMenuWidth="w-32"
153153
activeEntry={currency}

0 commit comments

Comments
 (0)