Skip to content

Commit

Permalink
fix: Navbar coupon icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 19, 2024
1 parent e90de84 commit b4e068f
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 @@ -29,7 +29,7 @@ const Navbar = () => {
})} gap-1 px-2 py-1.5 lg:gap-2 lg:px-3 lg:py-2`}
href="#?"
>
<RiCouponFill className="w-4 lg:w-5" />
<RiCouponFill className="size-4 lg:size-5" />
<strong>ثبت نام در همایش</strong>
</Link>
<div className="p-2 lg:hidden">
Expand Down

0 comments on commit b4e068f

Please sign in to comment.