Skip to content

Commit

Permalink
Merge pull request #122 from SSWConsulting/tiagov8-patch-1
Browse files Browse the repository at this point in the history
Fixed the little dots added on lint fix PhoneButton.tsx
  • Loading branch information
Calinator444 authored Jan 17, 2025
2 parents 1018761 + eaa2e16 commit c4934a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssw.megamenu",
"version": "4.9.3",
"version": "4.9.4",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit c4934a5

Please sign in to comment.