Skip to content

Commit

Permalink
Merge pull request #27 from Avelous/main
Browse files Browse the repository at this point in the history
added the wallet button
  • Loading branch information
Avelous authored Mar 2, 2024
2 parents 5a9e1b4 + 46bd7cb commit daec32c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { useCallback, useRef, useState } from "react";
import Image from "next/image";
import Link from "next/link";
import { useRouter } from "next/router";
import Wallet from "./Wallet";
import { Bars3Icon } from "@heroicons/react/24/outline";
import { FaucetButton, RainbowKitCustomConnectButton } from "~~/components/scaffold-eth";
import { useOutsideClick } from "~~/hooks/scaffold-eth";
Expand Down Expand Up @@ -97,6 +98,7 @@ export const Header = () => {
<div className="navbar-end flex-grow mr-4">
<RainbowKitCustomConnectButton />
<FaucetButton />
<Wallet />
</div>
</div>
);
Expand Down

0 comments on commit daec32c

Please sign in to comment.