浏览代码

fix: default avatar relative url

j8
Bettenbuk Zoltan 6 年前
父节点
当前提交
0c8130af41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/base/avatar/components/web/Avatar.js

+ 1
- 1
react/features/base/avatar/components/web/Avatar.js 查看文件

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

正在加载...
取消
保存