Skip to content

Commit

Permalink
fix: margin for newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
psincraian committed Oct 29, 2024
1 parent 73c01a8 commit ca555f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Header: React.FC<SearchAppBarProps> = ({ withSearch = true }) => {
function renderDesktopView() {
return <nav className="hidden lg:flex items-center space-x-6">
<Link href="/newsletter" passHref>
<Button variant="ghost" className="flex items-center space-x-2">
<Button variant="ghost" className="flex items-center ml-4 space-x-2">
<Mail className="h-5 w-5" />
<span>Newsletter</span>
</Button>
Expand Down

0 comments on commit ca555f1

Please sign in to comment.