mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-06 15:35:52 -05:00
chore: add notice
This commit is contained in:
parent
147880a447
commit
83a3585940
1 changed files with 9 additions and 7 deletions
|
@ -112,19 +112,21 @@ export default function App() {
|
|||
path.startsWith("/invite") ||
|
||||
path.includes("/settings");
|
||||
|
||||
const [statusBar, setStatusBar] = useState(false);
|
||||
const [statusBar, setStatusBar] = useState(true);
|
||||
|
||||
return (
|
||||
<>
|
||||
{statusBar && (
|
||||
<StatusBar>
|
||||
<div className="title">Partial outage: CDN</div>
|
||||
<div className="title">
|
||||
Planned Maintenance at 18:00 UTC (7th May 2022)
|
||||
</div>
|
||||
<div class="actions">
|
||||
<Link to="/invite/Testers">
|
||||
<a>
|
||||
<a
|
||||
href="https://github.com/revoltchat/revolt/issues/322#issuecomment-1120176609"
|
||||
target="_blank">
|
||||
<div className="button">Updates</div>
|
||||
</a>
|
||||
</Link>
|
||||
<a onClick={() => setStatusBar(false)}>
|
||||
<div className="button">Dismiss</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue