Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
676890d8
Unverified
Commit
676890d8
authored
Jul 29, 2021
by
Jordan Frankfurt
Committed by
GitHub
Jul 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(L2): update downtime warning copy (#2114)
parent
beb1bf3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
index.tsx
src/components/OptimismDowntimeWarning/index.tsx
+7
-9
No files found.
src/components/OptimismDowntimeWarning/index.tsx
View file @
676890d8
...
...
@@ -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() {
<
Root
>
<
TitleRow
>
<
WarningIcon
/>
<
Trans
>
{
'
Optimism
'
}
Scheduled Downtime
s
</
Trans
>
<
Trans
>
{
'
Optimism
'
}
Scheduled Downtime
</
Trans
>
</
TitleRow
>
<
Body
>
<
Trans
>
{
'
Optimism
'
}
expects some scheduled downtime in the near future.
<
LinkOutToNotion
href=
{
`https://www.notion.so/Optimism-Regenesis-Schedule-8d14a34902ca4f5a8910762b3ec4b8da`
}
target=
"_blank"
rel=
"noopener noreferrer"
>
{
'
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.
<
ReadMoreLink
href=
"https://help.uniswap.org/en/articles/5406082-what-happens-if-the-optimistic-ethereum-network-experiences-downtime"
>
Read more.
</
LinkOutToNotion
>
</
ReadMoreLink
>
</
Trans
>
</
Body
>
</
Root
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment