Skip to content

Commit 8b9dcd4

Browse files
authored
Merge pull request #150 from ChainSafe/irubido/maintenanceBanner
fix: maintenance banner
2 parents 45972b3 + 183469a commit 8b9dcd4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/web-wallet/src/pages/Home.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ const Home: React.FC = () => {
5050
}, [navigate, getAccountData, state.activeAccount, state.loading]);
5151

5252
return (
53-
<div className="home-page flex items-start md:items-center justify-center px-4 overflow-y-hidden">
53+
<div className="home-page flex flex-col items-stretch px-4 overflow-y-hidden">
54+
<div className="w-full bg-yellow-100 border border-yellow-300 text-yellow-900 px-4 py-3 rounded-b-xl text-sm md:text-base mb-4">
55+
<strong>Attention</strong> - this snap is under active development to bring it up to date
56+
with the latest NU 6.1 update. Users may experience various issues until this update is
57+
completed and should exercise caution if using the snap until the update is complete and
58+
this banner is removed.
59+
</div>
5460
<div className="max-w-6xl w-full grid grid-cols-1 md:grid-cols-2 gap-14">
5561
<div className="hidden md:flex items-end justify-end">
5662
<FormTransferSvg />

0 commit comments

Comments
 (0)