From 12688d951b82df0025e08f4e4a1af60fbd953ff3 Mon Sep 17 00:00:00 2001 From: klotske Date: Thu, 12 Jan 2023 12:20:36 +0300 Subject: [PATCH] Add NextJS's NextLink & add as prop --- website/src/components/Dashboard/LeaderboardTable.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {
Top 5 Contributors - + View All ->