diff --git a/src/main.js b/src/main.js index 707a6fc..ca2a0fb 100644 --- a/src/main.js +++ b/src/main.js @@ -82,7 +82,7 @@ app.on('activate', () => { app.on('web-contents-created', (_, contents) => { const isSafeForExternalOpen = (urlString) => { - const safeHosts = ['github.com', 'api.mapserv.utah.gov', 'developer.mapserv.utah.gov']; + const safeHosts = ['github.com', 'api.mapserv.utah.gov', 'developer.mapserv.utah.gov', 'agrc-status.netlify.app']; try { const url = new URL(urlString); diff --git a/src/pages/Error.jsx b/src/pages/Error.jsx index 0f5de22..7f822a0 100644 --- a/src/pages/Error.jsx +++ b/src/pages/Error.jsx @@ -7,7 +7,17 @@ export default function Error({ error, children }) {
We are really sorry. There was an error in the application that caused it to crash. The best way to make this - not happen again for you or anyone else is to report the issue to us. It should only take a few moments. + not happen again for you or anyone else is to report the issue to us. It should only take a few moments. But + first check our{' '} + + status page + {' '} + to see if it is already being worked on.