浏览代码

small fix

Viktoriia 1 天之前
父节点
当前提交
e8d33eccae
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 0 0
      assets/icons/friends.svg
  2. 4 2
      src/screens/InAppScreens/MapScreen/FilterModal/index.tsx

文件差异内容过多而无法显示
+ 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>
 

部分文件因为文件数量过多而无法显示