We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e712a commit 86bf78fCopy full SHA for 86bf78f
frontend/src/screens/App/screens/AnnouncementBanner/AnnouncementRegistry.tsx
@@ -2,16 +2,6 @@ import React from 'react';
2
import Announcment from './Announcement';
3
4
const ANNOUNCEMENTS_REGISTRY: Announcment[] = [
5
- {
6
- id: 'maintainance-2024-12-30',
7
- expiresAt: new Date('2024-12-31'),
8
- render: () => (
9
- <React.Fragment>
10
- 🛠 I'm performing maintenance. Some functions may not work. Come
11
- back soon.
12
- </React.Fragment>
13
- ),
14
- },
15
{
16
id: 'zoom',
17
expiresAt: new Date('2025-01-31'),
0 commit comments