mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 05:23:35 +03:00
Merge pull request #4079 from urbit/mp/landscape/breach-debanner
landscape: remove ~2020.12 breach banner
This commit is contained in:
commit
44e0f409bb
@ -142,21 +142,6 @@ class App extends React.Component {
|
|||||||
: null}
|
: null}
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<Root background={background}>
|
<Root background={background}>
|
||||||
<Row
|
|
||||||
ref={e => banner = e}
|
|
||||||
display={showBanner}
|
|
||||||
justifyContent="space-between"
|
|
||||||
width='100%'
|
|
||||||
p='2'
|
|
||||||
backgroundColor='yellow'>
|
|
||||||
<Text color='#000000'>
|
|
||||||
A network-wide breach is scheduled for early December 2020. Please visit <Anchor target="_blank" href="https://urbit.org/breach" color='inherit'>urbit.org/breach</Anchor> for more information.
|
|
||||||
</Text>
|
|
||||||
<Text cursor='pointer' fontWeight='500' onClick={() => {
|
|
||||||
banner.style.display = "none";
|
|
||||||
localStorage.setItem("2020BreachBanner", "none");
|
|
||||||
}}>Dismiss</Text>
|
|
||||||
</Row>
|
|
||||||
<Router>
|
<Router>
|
||||||
<ErrorBoundary>
|
<ErrorBoundary>
|
||||||
<StatusBarWithRouter
|
<StatusBarWithRouter
|
||||||
|
Loading…
Reference in New Issue
Block a user