From 84e36e05cb9035eeb0f2333b107c520f814322ee Mon Sep 17 00:00:00 2001 From: saurabhburade Date: Wed, 25 Sep 2024 16:51:12 +0530 Subject: [PATCH] fix: ButtonLink from tailwind --- src/components/Banners/ContributorsQuizBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Banners/ContributorsQuizBanner.tsx b/src/components/Banners/ContributorsQuizBanner.tsx index 9e9e4e5b553..bedfdf2b0e1 100644 --- a/src/components/Banners/ContributorsQuizBanner.tsx +++ b/src/components/Banners/ContributorsQuizBanner.tsx @@ -1,7 +1,7 @@ import { cn } from "@/lib/utils/cn" -import { ButtonLink } from "../Buttons" import { TwImage } from "../Image" +import { ButtonLink } from "../ui/buttons/Button" import { Flex, Stack } from "../ui/flex" import PeopleLearning from "@/public/images/people-learning.png"