aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-07 17:53:27 -0400
committerGitHub <noreply@github.com>2021-06-07 17:53:27 -0400
commit5ef5b0776cbbde697919308bbfbab2aed00ca493 (patch)
tree0180365917b8483c660435381fb1e83393caee45 /src/screens/profile
parent63c5de57ea2989fd2b66211a06b51bb42c5d20ea (diff)
parentc18b2436897cd92e7a33c33c75e13dba1fec8ffe (diff)
Merge pull request #455 from IvanIFChen/tma878-profile-badges
[TMA-878] Profile Badges
Diffstat (limited to 'src/screens/profile')
-rw-r--r--src/screens/profile/CategorySelection.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CategorySelection.tsx b/src/screens/profile/CategorySelection.tsx
index c02eef0d..ea443fce 100644
--- a/src/screens/profile/CategorySelection.tsx
+++ b/src/screens/profile/CategorySelection.tsx
@@ -11,7 +11,7 @@ import {
} from 'react-native';
import {ScrollView} from 'react-native-gesture-handler';
import {useDispatch, useSelector} from 'react-redux';
-import PlusIcon from '../../assets/icons/plus_icon-01.svg';
+import PlusIcon from '../../assets/icons/plus-icon.svg';
import {Background, MomentCategory} from '../../components';
import {MOMENT_CATEGORIES, TAGG_LIGHT_BLUE_2} from '../../constants';
import {ERROR_SOMETHING_WENT_WRONG} from '../../constants/strings';