Skip to content

Commit

Permalink
Update PhoneButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagov8 authored Jan 16, 2025
1 parent 7b0f330 commit 425ab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/PhoneButton/PhoneButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const PhoneButton = ({ className }: PhoneButtonProps) => {
<CustomLink
href={url}
className={cx(
"whitespace-nowrap rounded flex h-12 w-full shrink-0 cursor-pointer items-center justify-center bg-ssw-red px-4 text-xl hover:opacity-70 max-sm:my-5 sm:w-fit",
"flex h-12 w-full shrink-0 cursor-pointer items-center justify-center whitespace-nowrap rounded bg-ssw-red px-4 text-xl hover:opacity-70 max-sm:my-5 sm:w-fit",
)}
>
<MegaIcon icon="phoneAlt" className="text-2xl text-white" />
Expand Down

0 comments on commit 425ab43

Please sign in to comment.