Viktoriia 1 hari lalu
induk
melakukan
e8d33eccae

File diff ditekan karena terlalu besar
+ 0 - 0
assets/icons/friends.svg


+ 4 - 2
src/screens/InAppScreens/MapScreen/FilterModal/index.tsx

@@ -44,6 +44,7 @@ import ChevronIcon from 'assets/icons/travels-screens/down-arrow.svg';
 import { getFontSize } from 'src/utils';
 import InfoIcon from 'assets/icons/info-solid.svg';
 import Tooltip from 'react-native-walkthrough-tooltip';
+import FriendsIcon from 'assets/icons/friends.svg';
 
 const FilterModal = ({
   isFilterVisible,
@@ -789,7 +790,8 @@ const FilterModal = ({
           disabled={!isSharing}
         >
           <View style={styles.alignStyle}>
-            <UsersIcon
+            {/* TO DO */}
+            <FriendsIcon
               fill={isSharing ? Colors.DARK_BLUE : Colors.LIGHT_GRAY}
               width={20}
               height={20}
@@ -822,7 +824,7 @@ const FilterModal = ({
           }}
           disabled={!isSharing}
         >
-          <Text style={styles.megaButtonText}>Show Nomads from</Text>
+          <Text style={styles.megaButtonText}>Show Nomads from (select a country)</Text>
           <ChevronIcon width={18} height={18} />
         </TouchableOpacity>
 

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini