소스 검색

Merge pull request #8053 from jitsi/fix-calendar-svg

fix(CalendarList): calendar.svg path.
master
Emil Ivov 5 년 전
부모
커밋
da7383f89c
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      react/features/calendar-sync/components/CalendarList.web.js

+ 1
- 1
react/features/calendar-sync/components/CalendarList.web.js 파일 보기

@@ -187,7 +187,7 @@ class CalendarList extends AbstractPage<Props> {
187 187
         return (
188 188
             <div className = 'meetings-list-empty'>
189 189
                 <div className = 'meetings-list-empty-image'>
190
-                    <img src = '/images/calendar.svg' />
190
+                    <img src = './images/calendar.svg' />
191 191
                 </div>
192 192
                 <div className = 'description'>
193 193
                     { t('welcomepage.connectCalendarText', {

Loading…
취소
저장