Skip to content
Snippets Groups Projects
Commit 76b1a630 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(ma-bulle): cozy logo for desktop

parent 177393c6
No related branches found
No related tags found
2 merge requests!9322.5,!928fix(ma-bulle): cozy logo for desktop
......@@ -8,6 +8,7 @@ declare let Piwik: any
import * as Sentry from '@sentry/react'
import { BrowserTracing } from '@sentry/tracing'
import CozyClient, { Client, CozyProvider } from 'cozy-client'
import { isFlagshipApp } from 'cozy-device-helper'
import { handleOAuthResponse } from 'cozy-harvest-lib/dist/helpers/oauth'
import { WebviewIntentProvider } from 'cozy-intent'
import { I18n, initTranslation } from 'cozy-ui/transpiled/react/I18n'
......@@ -64,7 +65,7 @@ const setupApp = memoize(() => {
replaceTitleOnMobile: false,
appSlug: data.app.slug,
appNamePrefix: data.app.prefix,
isInvertedTheme: true,
isInvertedTheme: isFlagshipApp(),
})
let tracker: undefined | MatomoTracker
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment