File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
apps/dashboard/app/(main)/billing/cost-breakdown Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import type { UsageResponse } from '@databuddy/shared';
44import {
55 BugIcon ,
66 ChartBarIcon ,
7+ LightningIcon ,
78 LinkIcon ,
89 SparkleIcon ,
910 TableIcon ,
10- ThermometerIcon ,
1111} from '@phosphor-icons/react' ;
1212import { Skeleton } from '@/components/ui/skeleton' ;
1313import {
@@ -36,7 +36,7 @@ const EVENT_TYPE_CONFIG = {
3636 web_vitals : {
3737 name : 'Web Vitals' ,
3838 description : 'Core Web Vitals performance metrics' ,
39- icon : ThermometerIcon ,
39+ icon : LightningIcon ,
4040 color : 'green' ,
4141 } ,
4242 custom_event : {
Original file line number Diff line number Diff line change @@ -63,10 +63,7 @@ export default function CostBreakdownPage() {
6363 < div className = "border-b bg-gradient-to-r from-background to-muted/20 px-6 py-6" >
6464 < div className = "flex items-center gap-4" >
6565 < div className = "rounded-xl border border-primary/20 bg-primary/10 p-3" >
66- < ChartLineUpIcon
67- className = "h-6 w-6 text-primary"
68- weight = "duotone"
69- />
66+ < ChartLineUpIcon className = "h-6 w-6 text-primary" />
7067 </ div >
7168 < div >
7269 < div className = "flex items-center gap-3" >
You can’t perform that action at this time.
0 commit comments