Skip to content

Commit e9ab3b7

Browse files
refactor(staking-home-table-of-contents): use custom Link component
1 parent 4f6d45a commit e9ab3b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Staking/StakingHomeTableOfContents.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react"
22
import { Link as GatsbyLink } from "gatsby"
3-
import { Box, Link, List, ListItem } from "@chakra-ui/react"
3+
import { Box, List, ListItem } from "@chakra-ui/react"
4+
import Link from "../Link"
45

56
interface Item {
67
id: string

0 commit comments

Comments
 (0)