فهرست منبع

Fix logo path

JC Brand 2 سال پیش
والد
کامیت
26062df4e5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/plugins/notifications/index.js

+ 1 - 1
src/plugins/notifications/index.js

@@ -22,7 +22,7 @@ converse.plugins.add('converse-notification', {
             // ^ a list of JIDs to ignore concerning chat state notifications
             chatstate_notification_blacklist: [],
             notification_delay: 5000,
-            notification_icon: 'logo/conversejs-filled.svg',
+            notification_icon: '/images/logo/conversejs-filled.svg',
             notify_all_room_messages: false,
             notify_nicknames_without_references: false,
             play_sounds: true,