Skip to content

Commit

Permalink
refactor: remove duplicated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 19, 2024
1 parent c3d4f41 commit e90de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Navbar = () => {
<Link
className={`${buttonVariants({
variant: "primary",
})} gap-1 px-2 py-1.5 text-sm lg:gap-2 lg:px-3 lg:py-2 lg:text-base`}
})} gap-1 px-2 py-1.5 lg:gap-2 lg:px-3 lg:py-2`}
href="#?"
>
<RiCouponFill className="w-4 lg:w-5" />
Expand Down

0 comments on commit e90de84

Please sign in to comment.