Skip to content

Commit d96957c

Browse files
svenefftingegtsiolis
authored andcommitted
Update components/dashboard/src/components/UsageBasedBillingConfig.tsx
Co-authored-by: George Tsiolis <[email protected]>
1 parent 0953a9e commit d96957c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/UsageBasedBillingConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
298298
<div className="flex flex-col mt-4 p-4 rounded-xl bg-gray-50 dark:bg-gray-800">
299299
<div className="uppercase text-sm text-gray-400 dark:text-gray-500">Current Plan</div>
300300
<div className="mt-1 text-xl font-semibold flex-grow text-gray-600 dark:text-gray-400">
301-
{usageLimit > 500 ? "Professional Open Source" : "Free"}
301+
{usageLimit > 500 ? "Open Source" : "Free"}
302302
</div>
303303
<div className="mt-4 flex space-x-1 text-gray-400 dark:text-gray-500">
304304
<Check className="m-0.5 w-5 h-5 text-orange-500" />

0 commit comments

Comments
 (0)