Skip to content

Commit

Permalink
fix: ButtonLink from tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhburade committed Sep 25, 2024
1 parent 69b2d20 commit 84e36e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banners/ContributorsQuizBanner.tsx
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 84e36e0

Please sign in to comment.