Parcourir la source

fix: default avatar relative url

j8
Bettenbuk Zoltan il y a 6 ans
Parent
révision
0c8130af41
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      react/features/base/avatar/components/web/Avatar.js

+ 1
- 1
react/features/base/avatar/components/web/Avatar.js Voir le fichier

@@ -57,7 +57,7 @@ class Avatar extends AbstractAvatar<Props> {
57 57
             <img
58 58
                 className = { this._getAvatarClassName('defaultAvatar') }
59 59
                 id = { this.props.id }
60
-                src = '/images/avatar.png'
60
+                src = 'images/avatar.png'
61 61
                 style = { this._getAvatarStyle() } />
62 62
         );
63 63
     }

Chargement…
Annuler
Enregistrer