Skip to content

Commit 864d6ad

Browse files
committed
feat: better icon for web vitals
1 parent 26e9913 commit 864d6ad

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

apps/dashboard/app/(main)/billing/cost-breakdown/components/usage-breakdown-table.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import type { UsageResponse } from '@databuddy/shared';
44
import {
55
BugIcon,
66
ChartBarIcon,
7+
LightningIcon,
78
LinkIcon,
89
SparkleIcon,
910
TableIcon,
10-
ThermometerIcon,
1111
} from '@phosphor-icons/react';
1212
import { Skeleton } from '@/components/ui/skeleton';
1313
import {
@@ -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: {

apps/dashboard/app/(main)/billing/cost-breakdown/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)