From 676890d89c1b928f0c298d4f0bbb901888f1710e Mon Sep 17 00:00:00 2001 From: Jordan Frankfurt Date: Thu, 29 Jul 2021 14:16:09 -0400 Subject: [PATCH] fix(L2): update downtime warning copy (#2114) --- src/components/OptimismDowntimeWarning/index.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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. - +