Skip to content

Commit

Permalink
fix: <ConferenceLocation> map button hover & active states
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 27, 2024
1 parent 97b36bc commit 7d98ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ConferenceLocation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function ConferenceLocation() {
target="_blank"
className={`${buttonVariants({
variant: "link",
})} gap-1 hover:bg-zinc-700 active:bg-zinc-500`}
})} gap-1 hover:!bg-zinc-700 active:!bg-zinc-500`}
>
<RiMap2Line className="size-4 md:size-5" />
<strong className="text-sm md:text-base">نمایش در نقشه</strong>
Expand Down

0 comments on commit 7d98ac6

Please sign in to comment.