PageNotFound: Update design so that it looks better in topnav (#66295)

This commit is contained in:
Torkel Ödegaard
2023-04-11 19:19:25 +02:00
committed by GitHub
parent a9bd3fc334
commit 1ed75f9709
4 changed files with 64 additions and 58 deletions

View File

@@ -19,7 +19,7 @@ import { selectors } from '@grafana/e2e-selectors';
import { config, locationService } from '@grafana/runtime';
import { Icon, Themeable2, withTheme2 } from '@grafana/ui';
import { notifyApp } from 'app/core/actions';
import ErrorPage from 'app/core/components/ErrorPage/ErrorPage';
import { ErrorPage } from 'app/core/components/ErrorPage/ErrorPage';
import { Page } from 'app/core/components/Page/Page';
import { GrafanaContext, GrafanaContextType } from 'app/core/context/GrafanaContext';
import { createErrorNotification } from 'app/core/copy/appNotification';