Skip to content

Commit

Permalink
fix: landing alert height
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Feb 3, 2024
1 parent 7154554 commit a699a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const Navbar = () => {
</Right>
</StyledNavbar>
<Link href="/pricing">
<Alert color="red" variant="filled" radius={0} fw="bold">
<Alert color="red" variant="filled" radius={0} fw="bold" h={56}>
Unlock premium features now with ~30% discount on the Premium plan!
</Alert>
</Link>
Expand Down

0 comments on commit a699a9e

Please sign in to comment.