Skip to content

Commit

Permalink
Revert "Sushi subgraph warning"
Browse files Browse the repository at this point in the history
This reverts commit 423fc7f.
  • Loading branch information
clabby committed Oct 12, 2021
1 parent 74f6109 commit 2d2e59e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/Page/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,10 @@ import overlay from 'assets/img/overlay.png'
import React from 'react'
import styled from 'styled-components'
import Footer from '../Footer'
import { Alert, Container } from 'react-bootstrap'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'

const Page: React.FC = ({ children }) => (
<StyledPageContainer>
<StyledPageWrapper>
<Container>
<Alert variant="danger" style={{ margin: 0, textAlign: 'center' }}>
<b>
<FontAwesomeIcon icon="exclamation-triangle" />
{' '}NOTICE{' '}
<FontAwesomeIcon icon="exclamation-triangle" />
</b>
<br />
2021-09-16 - SushiSwap's matic-exchange subgraph is experiencing issues at the moment,{' '}
and all token prices are inaccurate. Funds are safe, this issue is{' '}
affecting the front-end only. SushiSwap is aware of the issue and are in the process of{' '}
deploying a fix to their subgraph.
</Alert>
</Container>
<StyledMain>{children}</StyledMain>
<Footer />
</StyledPageWrapper>
Expand Down

0 comments on commit 2d2e59e

Please sign in to comment.