Parcourir la source

Updates default avatar image

j8
yanas il y a 7 ans
Parent
révision
3d397a28e6

BIN
images/avatar.png Voir le fichier


BIN
images/avatar1.png Voir le fichier


+ 1
- 1
react/features/base/participants/components/Avatar.native.js Voir le fichier

16
  * @private
16
  * @private
17
  * @type {string}
17
  * @type {string}
18
  */
18
  */
19
-const _DEFAULT_SOURCE = require('../../../../../images/avatar2.png');
19
+const _DEFAULT_SOURCE = require('../../../../../images/avatar.png');
20
 
20
 
21
 /**
21
 /**
22
  * Implements an avatar as a React Native/mobile {@link Component}.
22
  * Implements an avatar as a React Native/mobile {@link Component}.

+ 1
- 1
react/features/base/participants/functions.js Voir le fichier

20
     // If disableThirdPartyRequests disables third-party avatar services, we are
20
     // If disableThirdPartyRequests disables third-party avatar services, we are
21
     // restricted to a stock image of ours.
21
     // restricted to a stock image of ours.
22
     if (typeof config === 'object' && config.disableThirdPartyRequests) {
22
     if (typeof config === 'object' && config.disableThirdPartyRequests) {
23
-        return 'images/avatar2.png';
23
+        return 'images/avatar.png';
24
     }
24
     }
25
 
25
 
26
     const { avatarID, avatarURL, email, id } = participant;
26
     const { avatarID, avatarURL, email, id } = participant;

+ 1
- 1
react/features/toolbox/defaultToolbarButtons.js Voir le fichier

342
         enabled: true,
342
         enabled: true,
343
         html: <img
343
         html: <img
344
             id = 'avatar'
344
             id = 'avatar'
345
-            src = 'images/avatar2.png' />,
345
+            src = 'images/avatar.png' />,
346
         id: 'toolbar_button_profile',
346
         id: 'toolbar_button_profile',
347
         onClick() {
347
         onClick() {
348
             JitsiMeetJS.analytics.sendEvent('toolbar.profile.toggled');
348
             JitsiMeetJS.analytics.sendEvent('toolbar.profile.toggled');

Chargement…
Annuler
Enregistrer