Skip to content

Commit

Permalink
feat: Move InstallFlagshipAppDialog images from ./assets to ./icons f…
Browse files Browse the repository at this point in the history
…older

Content of a folder called icons is not copied to consumer app /img folder by webpack. So this way, we avoid to add useless files to consumer app.
  • Loading branch information
zatteo committed Jul 6, 2023
1 parent 17c2440 commit e8100e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
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 './icons/QRCodeInstallFlagshipAppDialog.png'
import appStoreIcon from './icons/appstore.png'
import playStoreIcon from './icons/playstore.png'
import withSpecificDialogsLocales from './withSpecificDialogsLocales'

const InstallFlagshipAppDialog = forwardRef(
Expand Down

0 comments on commit e8100e9

Please sign in to comment.