diff --git a/src/components/ui/navbar.tsx b/src/components/ui/navbar.tsx index 5e84d5c..8d85737 100644 --- a/src/components/ui/navbar.tsx +++ b/src/components/ui/navbar.tsx @@ -54,6 +54,15 @@ export const Navbar = () => { { title: 'WebXR', path: 'https://webxr.myriadflow.com' }, ]; + const Notification = () => { + if (!address) { + toast.warning("Currently works with Metamask and Coinbase Wallet Extension. We are working on Smart Wallet functionality.", { + containerId: "containerA", + position: 'top-left', + } + ) + } + }; const handleLogout = () => { disconnect(); }; @@ -155,7 +164,9 @@ export const Navbar = () => { > ) : ( +