bridge_ui: be more specific about Polygon downtime (#994)

commit-id:12c98920
This commit is contained in:
Leopold Schabel 2022-03-11 23:52:29 +01:00 committed by GitHub
parent fa237c7bb4
commit 2b64e5a10c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -13,16 +13,16 @@ export default function PolygonNetworkDownWarning() {
return (
<Alert variant="outlined" severity="warning" className={classes.alert}>
Polygon is experiencing downtime. As a precautionary measure, Wormhole
network and portal have temporarily paused Polygon support until the issue
is resolved.
Polygon is currently experiencing partial downtime.
As a precautionary measure, Wormhole Network and Portal have paused Polygon
support until the network has been fully restored.
<Typography component="div">
<Link
href="https://twitter.com/0xPolygonDevs/status/1501944974933303305"
href="https://twitter.com/0xPolygonDevs"
target="_blank"
rel="noopener noreferrer"
>
Link to @0xPolygonDevs tweet
Follow @0xPolygonDevs for updates
</Link>
</Typography>
</Alert>