update vercel sandbox support

This commit is contained in:
Developers Digest
2025-09-08 15:15:18 -04:00
parent 9d71ae77e7
commit cb1b0a9f64
34 changed files with 1001 additions and 588 deletions
@@ -27,7 +27,7 @@ export default function MetricBars({ metrics }: MetricBarsProps) {
return 'bg-heat-20';
};
const getBulletColor = (score: number) => {
const getBulletColor = (_score: number) => {
// Always use heat-100 for all bullets for consistency
return 'bg-heat-100';
};