소스 검색

title in uppercase fix

Viktoriia 10 달 전
부모
커밋
1a54dd16ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/screens/InAppScreens/ProfileScreen/Components/PersonalInfo.tsx

+ 1 - 1
src/screens/InAppScreens/ProfileScreen/Components/PersonalInfo.tsx

@@ -327,7 +327,7 @@ export const PersonalInfo: FC<PersonalInfoProps> = ({
         ) : null}
 
         {updates && hasUpdates() ? (
-          <InfoItem title={'Visited in the last 90 days'}>
+          <InfoItem title={'VISITED IN THE LAST 90 DAYS'}>
             <View style={{ flexDirection: 'row', flexWrap: 'wrap' }}>
               {updates.un_visited && updates.un_visited > 0 ? (
                 <TouchableOpacity style={styles.updates} onPress={() => handleOpenUpdates('un')}>