aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-29 12:45:36 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-29 12:45:36 -0700
commit3802fbd5d7f7c9ca70060f53af993356d946483d (patch)
tree9f5034456be529bd3323348dffdbf709ba847e1d /src/constants/constants.ts
parent57a06ec668a24118dd2bbfef149be71d79acf94c (diff)
TOU and PP updates
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r--src/constants/constants.ts12
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'),
+ // },
],
},
],