mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
landscape: fix dismiss
This commit is contained in:
parent
531f406222
commit
7e88db06d3
@ -153,7 +153,7 @@ class App extends React.Component {
|
||||
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.displaydisplay = "none";
|
||||
banner.style.display = "none";
|
||||
localStorage.setItem("2020BreachBanner", "none");
|
||||
}}>Dismiss</Text>
|
||||
</Row>
|
||||
|
Loading…
Reference in New Issue
Block a user