Skip to content

Commit f80a884

Browse files
DennisLpzkev-ngoCourageWolfC-STYRdemircaner
committed
Resolved Save Series Hovering bug and Metric edits
Co-authored-by: kev-ngo <[email protected]> Co-authored-by: CourageWolf <[email protected]> Co-authored-by: C-STYR <[email protected]> Co-authored-by: demircaner <[email protected]>
1 parent 1b29f13 commit f80a884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/StateRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const StateRoute = (props: StateRouteProps) => {
123123
if (webMetrics.FID <= 100) FIDColor = '#0bce6b';
124124
if (webMetrics.FID > 100 && webMetrics.FID <= 300) FIDColor = '#fc5a03';
125125
if (webMetrics.FID > 300) FIDColor = '#fc2000';
126-
if (webMetrics.FCP <= 9000) FCPColor = '#0bce6b';
126+
if (webMetrics.FCP <= 900) FCPColor = '#0bce6b';
127127
if (webMetrics.FCP > 900 && webMetrics.FCP <= 1100) FCPColor = '#fc5a03';
128128
if (webMetrics.FCP > 1100) FCPColor = '#fc2000';
129129
if (webMetrics.TTFB <= 600) TTFBColor = '#0bce6b';

0 commit comments

Comments
 (0)