File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
web/src/app/profile/components Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010 CreditCard ,
1111 Star ,
1212 Megaphone ,
13- Zap ,
1413} from 'lucide-react'
1514import React from 'react'
1615
@@ -94,14 +93,6 @@ const grantTypeInfo: Record<
9493 label : 'Ad Credits' ,
9594 description : 'Earned from viewing ads' ,
9695 } ,
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- } ,
10596}
10697
10798interface CreditLeafProps {
@@ -252,7 +243,6 @@ export const UsageDisplay = ({
252243 free : 0 ,
253244 subscription : 0 ,
254245 referral : 0 ,
255- subscription : 0 ,
256246 purchase : 0 ,
257247 admin : 0 ,
258248 ad : 0 ,
You can’t perform that action at this time.
0 commit comments