Skip to content

Commit

Permalink
little change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukman-01 committed Jan 25, 2025
1 parent f659418 commit 100ad2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/nextjs/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ export default function Navbar() {
Quiz
</Link>
</nav>
<RainbowKitCustomConnectButton />

<div className="flex items-center gap-2">
<RainbowKitCustomConnectButton />
</div>
</div>
</header>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ export const RainbowKitCustomConnectButton = () => {
{(() => {
if (!connected) {
return (
<button className="btn text-white bg-blue-600 btn-primary btn-sm" onClick={openConnectModal} type="button">
<button
className="btn text-white bg-blue-600 btn-primary btn-sm"
onClick={openConnectModal}
type="button"
>
Connect Wallet
</button>
);
Expand Down

0 comments on commit 100ad2b

Please sign in to comment.