diff --git a/packages/app/constants/settingsGroupsDecorator.json b/packages/app/constants/settingsGroupsDecorator.json index d61727c3..2b4e3c8a 100755 --- a/packages/app/constants/settingsGroupsDecorator.json +++ b/packages/app/constants/settingsGroupsDecorator.json @@ -23,7 +23,7 @@ "title": "Account Security", "icon": "Lock" }, - "security.other":{ + "security.other": { "title": "Others", "icon": "MoreHorizontal" }, @@ -42,5 +42,13 @@ "posts": { "title": "Posts", "icon": "MdOutlineFeed" + }, + "sync.settings": { + "title": "Sync Settings", + "icon": "MdSync" + }, + "sync.accounts": { + "title": "Synced Accounts", + "icon": "MdLinearScale" } } \ No newline at end of file