Skip to content

Commit 35b9fd2

Browse files
HyteqHyteq
authored andcommitted
temporarily remove scrolling
1 parent 1c5c34e commit 35b9fd2

2 files changed

Lines changed: 289 additions & 206 deletions

File tree

apps/dashboard/app/(main)/websites/[id]/_components/tabs/performance-tab.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ function PerformanceMetricCell({ value, type = 'time' }: { value?: number; type?
3030
let showIcon = false;
3131

3232
if (type === 'cls') {
33-
// CLS is a score (0-1, lower is better)
3433
formatted = value.toFixed(3);
3534
colorClass = value < 0.1 ? "text-green-600" : value < 0.25 ? "text-yellow-600" : "text-red-400";
3635
showIcon = value < 0.1 || value >= 0.25;

0 commit comments

Comments
 (0)