Skip to content

Commit fdca323

Browse files
authored
Fix analytics Top Pages rendering bug (#331)
fixes the rendering of the Top Pages section in the analytics page, renders as a full length entry for all items before, now properly lengthens the bars.
1 parent ff88e60 commit fdca323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/analytics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const chartdata = [
4040
];
4141

4242
const pages = [
43-
{ name: "/platforms-starter-kit", value: "1,230" },
43+
{ name: "/platforms-starter-kit", value: 1230 },
4444
{ name: "/vercel-is-now-bercel", value: 751 },
4545
{ name: "/nextjs-conf", value: 471 },
4646
{ name: "/150m-series-d", value: 280 },

0 commit comments

Comments
 (0)