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 8, 2024
1 parent d27f734 commit 2c8fd2e
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 @@ -145,8 +145,8 @@ export const Header = () => {
</div>
<div className="navbar-end flex-grow mr-2 sm:mr-5">
<DynamicWidget
buttonClassName="btn btn-neutral"
innerButtonComponent={<div className="btn btn-neutral">Login</div>}
buttonClassName="btn btn-base-300"
innerButtonComponent={<div className="btn btn-base-300 text-[11px] font-normal uppercase tracking-widest">Login</div>}
/>
</div>
</div>
Expand Down

0 comments on commit 2c8fd2e

Please sign in to comment.