Skip to content

Commit 84e36e0

Browse files
committed
fix: ButtonLink from tailwind
1 parent 69b2d20 commit 84e36e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Banners/ContributorsQuizBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { cn } from "@/lib/utils/cn"
22

3-
import { ButtonLink } from "../Buttons"
43
import { TwImage } from "../Image"
4+
import { ButtonLink } from "../ui/buttons/Button"
55
import { Flex, Stack } from "../ui/flex"
66

77
import PeopleLearning from "@/public/images/people-learning.png"

0 commit comments

Comments
 (0)