diff --git a/app/src/images/us-passport.png b/app/src/images/us_passport.png similarity index 100% rename from app/src/images/us-passport.png rename to app/src/images/us_passport.png diff --git a/app/src/screens/NfcScreen.tsx b/app/src/screens/NfcScreen.tsx index b09a75f1b..76700dd20 100644 --- a/app/src/screens/NfcScreen.tsx +++ b/app/src/screens/NfcScreen.tsx @@ -2,7 +2,7 @@ import React, { useState } from 'react'; import { YStack, Text, XStack, Button, ScrollView } from 'tamagui'; import { bgGreen, borderColor, textBlack, textColor1 } from '../utils/colors'; import { Carousel } from '../components/Carousel'; -import US_PASSPORT from '../images/us-passport.png' +import US_PASSPORT from '../images/us_passport.png' import REMOVE_CASE from '../images/remove_case.png' import US_PASSPORT_LASTPAGE from '../images/passport_lastpage_graybg.png' import US_PASSPORT_LASTPAGE_IOS from '../images/passport_lastpage_iphone.png'