update apple icon and size

This commit is contained in:
negue
2023-03-16 00:10:53 +01:00
parent bf961bc728
commit f74ba9738d
3 changed files with 8 additions and 55 deletions
+1 -1
View File
@@ -21,8 +21,8 @@ export const CHAT_FLAG_FROM_SHADOW_MUTE = 10;
// @TODO use those constants to replace hard-coded numbers
export const SUPPORTED_SOCIAL_NETWORKS = [
{ key: 'google', name: 'Google' },
{ key: 'apple', name: 'Apple' },
{ key: 'google', name: 'Google' },
];
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination