Skip to content

Commit

Permalink
remove semicols
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Apr 22, 2024
1 parent b2e5698 commit 6bb4538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/elements/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const Button = ({
big && secondary,
"btn bg-digital-red font-normal text-white border-2 border-white hocus:outline hocus:outline-3 hocus:outline-digital-red py-4 px-8 no-underline hocus:underline transition rounded-full m-4":
!big && !secondary,
});
})

if (!href || buttonElem) {
return (
Expand All @@ -76,7 +76,7 @@ export const Button = ({
>
{children}
</button>
);
)
}

return (
Expand All @@ -88,7 +88,7 @@ export const Button = ({
{children}
<ArrowRightIcon width={20} className="ml-2 inline-block" />
</Link>
);
};
)
}

export default Button

0 comments on commit 6bb4538

Please sign in to comment.