diff --git a/images/avatar.png b/images/avatar.png new file mode 100644 index 000000000..a296ae94b Binary files /dev/null and b/images/avatar.png differ diff --git a/images/avatar1.png b/images/avatar1.png deleted file mode 100644 index d3e9f351e..000000000 Binary files a/images/avatar1.png and /dev/null differ diff --git a/react/features/base/participants/components/Avatar.native.js b/react/features/base/participants/components/Avatar.native.js index 19c619e46..d7af82c47 100644 --- a/react/features/base/participants/components/Avatar.native.js +++ b/react/features/base/participants/components/Avatar.native.js @@ -16,7 +16,7 @@ import { ColorPalette } from '../../styles'; * @private * @type {string} */ -const _DEFAULT_SOURCE = require('../../../../../images/avatar2.png'); +const _DEFAULT_SOURCE = require('../../../../../images/avatar.png'); /** * Implements an avatar as a React Native/mobile {@link Component}. diff --git a/react/features/base/participants/functions.js b/react/features/base/participants/functions.js index ca0edfa3f..99e2ef4f9 100644 --- a/react/features/base/participants/functions.js +++ b/react/features/base/participants/functions.js @@ -20,7 +20,7 @@ export function getAvatarURL(participant) { // If disableThirdPartyRequests disables third-party avatar services, we are // restricted to a stock image of ours. if (typeof config === 'object' && config.disableThirdPartyRequests) { - return 'images/avatar2.png'; + return 'images/avatar.png'; } const { avatarID, avatarURL, email, id } = participant; diff --git a/react/features/toolbox/defaultToolbarButtons.js b/react/features/toolbox/defaultToolbarButtons.js index a07ed8f34..e5d9b8575 100644 --- a/react/features/toolbox/defaultToolbarButtons.js +++ b/react/features/toolbox/defaultToolbarButtons.js @@ -342,7 +342,7 @@ const buttons: Object = { enabled: true, html: , + src = 'images/avatar.png' />, id: 'toolbar_button_profile', onClick() { JitsiMeetJS.analytics.sendEvent('toolbar.profile.toggled');