File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React , { useRef } from 'react' ;
22import type { View } from 'react-native' ;
3+ import expensifyLogo from '@assets/images/expensify-logo-round-transparent.png' ;
34import HeaderWithBackButton from '@components/HeaderWithBackButton' ;
45import * as Expensicons from '@components/Icon/Expensicons' ;
5- import * as Illustrations from '@components/Icon/Illustrations' ;
66import MenuItem from '@components/MenuItem' ;
77import type { MenuItemProps } from '@components/MenuItem' ;
88import QRShare from '@components/QRShare' ;
@@ -66,7 +66,7 @@ function AppDownloadLinksPage() {
6666
6767 < QRShare
6868 url = { CONST . EXPENSIFY_MOBILE_URL }
69- svgLogo = { Illustrations . ExpensifyMobileApp }
69+ logo = { expensifyLogo }
7070 logoRatio = { CONST . QR . EXPENSIFY_LOGO_SIZE_RATIO }
7171 logoMarginRatio = { CONST . QR . EXPENSIFY_LOGO_MARGIN_RATIO }
7272 shouldShowExpensifyLogo = { false }
Original file line number Diff line number Diff line change @@ -4495,7 +4495,6 @@ const styles = (theme: ThemeColors) =>
44954495 overflow : 'hidden' ,
44964496 borderColor : theme . borderFocus ,
44974497 borderWidth : 2 ,
4498- backgroundColor : theme . highlightBG ,
44994498 } ,
45004499
45014500 shareCodeContainerDownloadPadding : {
You can’t perform that action at this time.
0 commit comments