From fd0854df5cc33fc347556c6ce2ddc71172823c56 Mon Sep 17 00:00:00 2001 From: Julia Gschwend Date: Fri, 12 Jun 2026 13:10:54 -0300 Subject: [PATCH 1/2] update alert environment message --- frontend/components/AlertEnvironment.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/frontend/components/AlertEnvironment.js b/frontend/components/AlertEnvironment.js index 86dc7883..5f59266d 100644 --- a/frontend/components/AlertEnvironment.js +++ b/frontend/components/AlertEnvironment.js @@ -1,6 +1,5 @@ import Alert from '@mui/material/Alert' import AlertTitle from '@mui/material/AlertTitle' -import React from 'react' function AlertEnvironment() { return ( @@ -10,15 +9,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/ ) From 104b0bdfdc7664b99eed56d12478bc1c7777d5fd Mon Sep 17 00:00:00 2001 From: Julia Gschwend Date: Fri, 12 Jun 2026 13:14:21 -0300 Subject: [PATCH 2/2] add import React removed accidentally --- frontend/components/AlertEnvironment.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/components/AlertEnvironment.js b/frontend/components/AlertEnvironment.js index 5f59266d..c3630596 100644 --- a/frontend/components/AlertEnvironment.js +++ b/frontend/components/AlertEnvironment.js @@ -1,5 +1,7 @@ import Alert from '@mui/material/Alert' import AlertTitle from '@mui/material/AlertTitle' +import React from 'react' + function AlertEnvironment() { return (