Remove update notice

This commit is contained in:
Michael Vines 2020-08-05 09:23:01 -07:00 committed by mergify[bot]
parent 5816ed5369
commit bbb8754b59
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ const announcements = new Map<Cluster, Announcement>();
// start: new Date("August 2, 2020 00:00:00 GMT+0:00"), // start: new Date("August 2, 2020 00:00:00 GMT+0:00"),
// end: new Date("August 4, 2020 00:00:00 GMT+0:00"), // end: new Date("August 4, 2020 00:00:00 GMT+0:00"),
// }); // });
announcements.set(Cluster.MainnetBeta, { // announcements.set(Cluster.MainnetBeta, {
message: // message:
"Mainnet Beta upgrade in progress. Transactions disabled until epoch 62", // "Mainnet Beta upgrade in progress. Transactions disabled until epoch 62",
}); // });
export default function Banner() { export default function Banner() {
const cluster = useCluster().cluster; const cluster = useCluster().cluster;