Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions client/app/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ import {
HomeIcon,
XMarkIcon,
Bars3Icon,
CodeBracketIcon,
} from "@heroicons/react/24/outline";
import Web3Connect from "../Helper/Web3Connect";
import Image from "next/image";

const menuItems = [
{ name: "Home", href: "/", icon: HomeIcon },
{ name: "Create", href: "/create", icon: PlusCircleIcon },
{ name: "Developers", href: "/developers", icon: CodeBracketIcon },
{ name: "Profile", href: "/profile", icon: UserIcon },
];

Expand Down
Loading