diff --git a/packages/web-wallet/src/App.tsx b/packages/web-wallet/src/App.tsx index 5003588..1f92811 100644 --- a/packages/web-wallet/src/App.tsx +++ b/packages/web-wallet/src/App.tsx @@ -14,9 +14,17 @@ function App() { }, installedSnap ? RESCAN_INTERVAL : null); return ( - - - +
+
+ Attention - this snap is under active development to bring it up to date + with the latest NU 6.1 update. Users may experience various issues until this update is + completed and should exercise caution if using the snap until the update is complete and + this banner is removed. +
+ + + +
); } diff --git a/packages/web-wallet/src/pages/Home.tsx b/packages/web-wallet/src/pages/Home.tsx index 25fb3f5..937f14d 100644 --- a/packages/web-wallet/src/pages/Home.tsx +++ b/packages/web-wallet/src/pages/Home.tsx @@ -50,13 +50,7 @@ const Home: React.FC = () => { }, [navigate, getAccountData, state.activeAccount, state.loading]); return ( -
-
- Attention - this snap is under active development to bring it up to date - with the latest NU 6.1 update. Users may experience various issues until this update is - completed and should exercise caution if using the snap until the update is complete and - this banner is removed. -
+