Skip to content

Commit

Permalink
feat: add addTokenBtn to header
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshioke-Salaki committed Jul 11, 2024
1 parent 5ba7cab commit a185e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/app/components/ui_components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import useTheme from "./hooks/useTheme";
import ThemeSwitch from "./Theme";
import NetworkSwitcher from "./NetworkSwitcher";
import ConnectModal from "./ConnectModal";
import AddTokenBtn from "../AddTokenBtn";

const Header = () => {
const { address } = useAccount();
Expand Down Expand Up @@ -135,6 +136,7 @@ const Header = () => {
)}

<NetworkSwitcher />
<AddTokenBtn />

<ThemeSwitch
className="flex md:hidden lg:hidden sm:hidden dark:transform-none transform dark:translate-none transition-all duration-500 ease-in-out"
Expand Down

0 comments on commit a185e44

Please sign in to comment.