We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a30fbe commit 8c038bdCopy full SHA for 8c038bd
lib/static/new-ui/app/App.tsx
@@ -18,6 +18,7 @@ import {State} from '@/static/new-ui/types/store';
18
import {AnalyticsProvider} from '@/static/new-ui/providers/analytics';
19
import {MetrikaScript} from '@/static/new-ui/components/MetrikaScript';
20
import {ErrorHandler} from '../features/error-handling/components/ErrorHandling';
21
+import FaviconChanger from '../../components/favicon-changer';
22
23
const toaster = new Toaster();
24
@@ -48,6 +49,7 @@ export function App(): ReactNode {
48
49
<ToasterProvider toaster={toaster}>
50
<Provider store={store}>
51
<MetrikaScript/>
52
+ <FaviconChanger />
53
<AnalyticsProvider>
54
<HashRouter>
55
<ErrorHandler.Boundary fallback={<ErrorHandler.FallbackAppCrash />}>
0 commit comments