Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 6, 2024
1 parent 9df2924 commit 781be78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const Header = () => {
</ul>
)}
</div>
<Link href="/" passHref className="lg:flex items-center gap-2 ml-2 sm:ml-4 mr-0">
<Link href="/" passHref className="lg:flex items-center gap-2 ml-4 sm:ml-4 mr-0">
<svg
width="121"
height="34"
Expand All @@ -133,7 +133,7 @@ export const Header = () => {
</div>
</div>
</div>
<div className="navbar-end flex-grow mr-4">
<div className="navbar-end flex-grow mr-5">
<DynamicWidget
buttonClassName="btn btn-neutral"
innerButtonComponent={<div className="btn btn-neutral">Login</div>}
Expand Down

0 comments on commit 781be78

Please sign in to comment.