diff --git a/src/pages/stats.tsx b/src/pages/stats.tsx index d4af4cf..5ca2c36 100644 --- a/src/pages/stats.tsx +++ b/src/pages/stats.tsx @@ -1,5 +1,6 @@ import React from 'react' import Head from 'next/head' +import Link from 'next/link' import styles from '../styles/Home.module.css' import LogoAsset from '../images/logo.svg' import Chart from '../components/Chart' @@ -27,7 +28,9 @@ export default function Stats() {
{stats.map((chart) => ( - + + + ))}