diff options
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r-- | src/constants/constants.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 91029b3a..f533563d 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -208,7 +208,7 @@ export const SETTINGS_DATA = { title: 'GENERAL', data: [ { - title: 'Terms of use', + title: 'Community Guidelines', preimage: require('../assets/images/settings/termsofuse.png'), postimage: require('../assets/images/settings/white-arrow.png'), }, @@ -229,11 +229,11 @@ export const SETTINGS_DATA = { preimage: require('../assets/images/settings/lock-white.png'), postimage: require('../assets/images/settings/white-arrow.png'), }, - { - title: 'Blocked Accounts', - preimage: require('../assets/images/settings/blocked-white.png'), - postimage: require('../assets/images/settings/white-arrow.png'), - }, + // { + // title: 'Blocked Accounts', + // preimage: require('../assets/images/settings/blocked-white.png'), + // postimage: require('../assets/images/settings/white-arrow.png'), + // }, ], }, ], |