Skip to content

Commit

Permalink
Remove transparent bg tag on button
Browse files Browse the repository at this point in the history
  • Loading branch information
ya5er committed Nov 7, 2024
1 parent 6abbef8 commit 89aba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/join/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Hero: FC = () => {
{APPLICATION_IS_LIVE && (
<div>
<Button
className="bg-transparent border-blue text-blue-100 md:border-white md:blue-100"
className="border-blue text-blue-100 md:border-white md:blue-100"
size="lg"
variant="secondary"
href={APPLICATION_LINK}
Expand Down

0 comments on commit 89aba9e

Please sign in to comment.