diff --git a/src/components/OptimismDowntimeWarning/index.tsx b/src/components/OptimismDowntimeWarning/index.tsx index c1ac9b5d0..9859f4000 100644 --- a/src/components/OptimismDowntimeWarning/index.tsx +++ b/src/components/OptimismDowntimeWarning/index.tsx @@ -3,6 +3,7 @@ import { SupportedChainId } from 'constants/chains' import { useActiveWeb3React } from 'hooks/web3' import { AlertOctagon } from 'react-feather' import styled from 'styled-components/macro' +import { ExternalLink } from 'theme' const Root = styled.div` background-color: ${({ theme }) => theme.yellow3}; @@ -30,7 +31,7 @@ const Body = styled.div` line-height: 15px; margin: 8px 0 0 0; ` -const LinkOutToNotion = styled.a` +const ReadMoreLink = styled(ExternalLink)` color: black; ` @@ -44,18 +45,15 @@ export default function OptimismDowntimeWarning() { - {'Optimism'} Scheduled Downtimes + {'Optimism'} Scheduled Downtime - {'Optimism'} expects some scheduled downtime in the near future.  - + {'Optimism'} expects scheduled downtime in the near future. Unplanned downtime may occur. While the network is + down fees will not be generated and you will be unable to remove liquidity. + Read more. - +