diff --git a/website/src/components/Dashboard/LeaderboardTable.tsx b/website/src/components/Dashboard/LeaderboardTable.tsx index cb8de07f..cd7d22d4 100644 --- a/website/src/components/Dashboard/LeaderboardTable.tsx +++ b/website/src/components/Dashboard/LeaderboardTable.tsx @@ -1,4 +1,5 @@ import { Badge, Box, Image, Link, Stack, StackDivider, Text, useColorModeValue } from "@chakra-ui/react"; +import NextLink from "next/link"; export function LeaderboardTable() { const backgroundColor = useColorModeValue("white", "gray.700"); @@ -54,7 +55,7 @@ export function LeaderboardTable() {