diff --git a/public/img/wallet-login.png b/public/img/wallet-login.png new file mode 100644 index 0000000..143673e Binary files /dev/null and b/public/img/wallet-login.png differ diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index 5ce822a..c460d21 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -14,6 +14,7 @@ import LogsIcon from "../../assets/icons/logs.svg?react"; import HostIcon from "../../assets/icons/host.svg?react"; import SettingsIcon from "../../assets/icons/settings.svg?react"; import NetworkFlashIcon from "../../assets/icons/flash.svg?react"; +import { WalletConnect } from "../WalletLogin/WalletLogin"; type Props = { onIconClick: () => void; @@ -76,6 +77,7 @@ export function AppBar({ onIconClick }: Props) {