diff --git a/src/app/analytics/page.tsx b/src/app/analytics/page.tsx index 076cb84..b381081 100644 --- a/src/app/analytics/page.tsx +++ b/src/app/analytics/page.tsx @@ -6,6 +6,7 @@ import { ssrSettings } from "@/ssrSettings"; import { formatNumber } from "@/utils/number"; import { isProduction } from "@/utils/utils"; import { Metadata } from "next"; +import Link from "next/link"; async function getData() { const response = await fetch( @@ -65,6 +66,18 @@ export default async function Analytics() {
Scoresaber metrics and statistics over the last 30 days.
++ Want more in-depth data? Click{" "} + + + here + + +