Skip to content

Commit

Permalink
feat: remove connect button
Browse files Browse the repository at this point in the history
  • Loading branch information
metalboyrick committed Sep 13, 2024
1 parent 3967a76 commit 04385fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useCallback, useRef, useState } from "react";
import { BugAntIcon } from "@heroicons/react/24/outline";
import { useOutsideClick } from "~~/hooks/scaffold-stark";
import { CustomConnectButton } from "~~/components/scaffold-stark/CustomConnectButton";
import { usePathname } from "next/navigation";
import { FaucetButton } from "~~/components/scaffold-stark/FaucetButton";
import HeaderLogo from "./HeaderLogo";
Expand Down Expand Up @@ -45,7 +44,6 @@ export const Header = () => {
)}
</div>
<div className="navbar-end flex-grow pr-8 py-[8px] sm:pr-0 leading-7">
<CustomConnectButton />
<FaucetButton />
</div>
</div>
Expand Down

0 comments on commit 04385fb

Please sign in to comment.