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