Skip to content

Commit

Permalink
remove announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Oct 21, 2023
1 parent 242683a commit 662f64f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 224 deletions.
211 changes: 0 additions & 211 deletions frontend/components/Announcement.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,13 @@ import 'react-toastify/dist/ReactToastify.min.css'
import { AppProps } from 'next/app'
import { ReactElement } from 'react'

import { Announcement } from '~/components/Announcement'
import RouteProgressBar from '~/components/RouteProgressBar'

const App = ({ Component, pageProps }: AppProps): ReactElement => {
return (
<>
<Component {...pageProps} />
<RouteProgressBar />
<div
style={{
zIndex: 10000,
position: 'fixed',
top: 0,
left: 0,
right: 0,
padding: 20,
}}
>
<Announcement type="issue" title="Weekend Maintenance Alert" />
</div>
</>
)
}
Expand Down

0 comments on commit 662f64f

Please sign in to comment.