Merge pull request #8053 from jitsi/fix-calendar-svg
fix(CalendarList): calendar.svg path.
This commit is contained in:
commit
da7383f89c
|
@ -187,7 +187,7 @@ class CalendarList extends AbstractPage<Props> {
|
|||
return (
|
||||
<div className = 'meetings-list-empty'>
|
||||
<div className = 'meetings-list-empty-image'>
|
||||
<img src = '/images/calendar.svg' />
|
||||
<img src = './images/calendar.svg' />
|
||||
</div>
|
||||
<div className = 'description'>
|
||||
{ t('welcomepage.connectCalendarText', {
|
||||
|
|
Loading…
Reference in New Issue