Skip to content

Commit

Permalink
fix(InstallFlagshipAppDialog): Assets were not in the good directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Jul 5, 2023
1 parent 872058f commit 512bcef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
Expand Up @@ -6,9 +6,9 @@ import { useI18n } from '../../I18n'
import Link from '../../Link'
import Typography from '../../Typography'

import DefaultQRCode from './assets/QRCodeInstallFlagshipAppDialog.png'
import appStoreIcon from './assets/appstore.png'
import playStoreIcon from './assets/playstore.png'
import DefaultQRCode from 'cozy-ui/assets/images/QRCodeInstallFlagshipAppDialog.png'
import appStoreIcon from 'cozy-ui/assets/images/appstore.png'
import playStoreIcon from 'cozy-ui/assets/images/playstore.png'
import withSpecificDialogsLocales from './withSpecificDialogsLocales'

const InstallFlagshipAppDialog = forwardRef(
Expand Down

0 comments on commit 512bcef

Please sign in to comment.