We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0953a9e commit d96957cCopy full SHA for d96957c
components/dashboard/src/components/UsageBasedBillingConfig.tsx
@@ -298,7 +298,7 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
298
<div className="flex flex-col mt-4 p-4 rounded-xl bg-gray-50 dark:bg-gray-800">
299
<div className="uppercase text-sm text-gray-400 dark:text-gray-500">Current Plan</div>
300
<div className="mt-1 text-xl font-semibold flex-grow text-gray-600 dark:text-gray-400">
301
- {usageLimit > 500 ? "Professional Open Source" : "Free"}
+ {usageLimit > 500 ? "Open Source" : "Free"}
302
</div>
303
<div className="mt-4 flex space-x-1 text-gray-400 dark:text-gray-500">
304
<Check className="m-0.5 w-5 h-5 text-orange-500" />
0 commit comments