Skip to content

Commit 8c038bd

Browse files
authored
fix: display the current status of the tests in favicon in new UI (#716)
1 parent 0a30fbe commit 8c038bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/static/new-ui/app/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {State} from '@/static/new-ui/types/store';
1818
import {AnalyticsProvider} from '@/static/new-ui/providers/analytics';
1919
import {MetrikaScript} from '@/static/new-ui/components/MetrikaScript';
2020
import {ErrorHandler} from '../features/error-handling/components/ErrorHandling';
21+
import FaviconChanger from '../../components/favicon-changer';
2122

2223
const toaster = new Toaster();
2324

@@ -48,6 +49,7 @@ export function App(): ReactNode {
4849
<ToasterProvider toaster={toaster}>
4950
<Provider store={store}>
5051
<MetrikaScript/>
52+
<FaviconChanger />
5153
<AnalyticsProvider>
5254
<HashRouter>
5355
<ErrorHandler.Boundary fallback={<ErrorHandler.FallbackAppCrash />}>

0 commit comments

Comments
 (0)