소스 검색

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,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
     }

Loading…
취소
저장