Skip to content

Commit e0c7674

Browse files
Update SkipLink.tsx
1 parent cc6e9f8 commit e0c7674

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/SkipLink.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 Translation from "./Translation"
3-
import { Box, Link } from "@chakra-ui/react"
3+
import { Box } from "@chakra-ui/react"
4+
import Link from "../components/Link"
45

56
export interface IProps {
67
hrefId: string

0 commit comments

Comments
 (0)