diff --git a/frontend/components/AlertEnvironment.js b/frontend/components/AlertEnvironment.js index 86dc788..c363059 100644 --- a/frontend/components/AlertEnvironment.js +++ b/frontend/components/AlertEnvironment.js @@ -2,6 +2,7 @@ import Alert from '@mui/material/Alert' import AlertTitle from '@mui/material/AlertTitle' import React from 'react' + function AlertEnvironment() { return ( @@ -10,15 +11,22 @@ function AlertEnvironment() { Do not use its data or reference it in any way.
- The production instance will be available soon. + The production instance is available at: + + https://pzserver.linea.org.br/ +
For more information, please access   - https://linea-it.github.io/pz-lsst-inkind-doc/. + https://docs.linea.org.br/en/sci-platforms/pz_server.html/
)