Skip to content

Commit 4fe03e1

Browse files
Update src/components/Contributors.tsx
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
1 parent a741859 commit 4fe03e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Contributors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Box, Flex, Image, LinkBox, LinkOverlay } from "@chakra-ui/react"
55
import InlineLink from "@/components/Link"
66
import Text from "@/components/OldText"
77

8-
import data from "!!raw-loader!../../.all-contributorsrc"
8+
import data from "!!raw-loader!@/../.all-contributorsrc"
99

1010
export interface Contributor {
1111
login: string

0 commit comments

Comments
 (0)