diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-02 13:32:00 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-02 13:32:00 -0400 |
| commit | 21bd2597b72c8ba8246b98e72fe45ba373046a7f (patch) | |
| tree | 9939d4befc011f18cc642c4edb7b173cb89c4d86 /src/screens | |
| parent | bcd54389acb9db9b3948a9f1f105b7cffdbe2acf (diff) | |
Update icon assets
Diffstat (limited to 'src/screens')
| -rw-r--r-- | src/screens/profile/CategorySelection.tsx | 2 |
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'; |
