We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c4d1d commit 9d79443Copy full SHA for 9d79443
1 file changed
web/src/app/profile/components/usage-display.tsx
@@ -10,7 +10,6 @@ import {
10
CreditCard,
11
Star,
12
Megaphone,
13
- Zap,
14
} from 'lucide-react'
15
import React from 'react'
16
@@ -94,14 +93,6 @@ const grantTypeInfo: Record<
94
93
label: 'Ad Credits',
95
description: 'Earned from viewing ads',
96
},
97
- subscription: {
98
- bg: 'bg-teal-500',
99
- text: 'text-teal-600 dark:text-teal-400',
100
- gradient: 'from-teal-500/70 to-teal-600/70',
101
- icon: <Zap className="h-4 w-4" />,
102
- label: 'Subscription',
103
- description: 'Credits from your subscription',
104
- },
105
}
106
107
interface CreditLeafProps {
@@ -252,7 +243,6 @@ export const UsageDisplay = ({
252
243
free: 0,
253
244
subscription: 0,
254
245
referral: 0,
255
- subscription: 0,
256
246
purchase: 0,
257
247
admin: 0,
258
248
ad: 0,
0 commit comments