Skip to content

Commit

Permalink
fix: react-email bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoVictor6 committed Feb 1, 2024
1 parent db303d7 commit 506d6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/ui/email/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function Header({
</Column>
<Column align="right">
<a
className="text-primary-foreground inline-flex h-10 h-auto items-center justify-center rounded-full bg-black px-4 py-3 text-sm font-medium text-white no-underline transition-colors"
className="inline-flex h-auto items-center justify-center rounded-full bg-black px-4 py-3 text-sm font-medium text-white no-underline"
href={testimonialLink}
>
Consegui uma vaga!
Expand Down

0 comments on commit 506d6ef

Please sign in to comment.