From 7068b24f73f15b89b17c6536ad6d7d594d6f6fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Wed, 6 Jan 2021 11:30:40 +0000 Subject: [PATCH] Use team favicon --- www/common/notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/notify.js b/www/common/notify.js index 55f702146..ac8461104 100644 --- a/www/common/notify.js +++ b/www/common/notify.js @@ -1,7 +1,7 @@ define(['/api/config'], function (ApiConfig) { var Module = {}; - var apps = ['code', 'slide', 'pad', 'kanban', 'whiteboard', 'sheet', 'poll']; + var apps = ['code', 'slide', 'pad', 'kanban', 'whiteboard', 'sheet', 'poll', 'teams']; var app = window.location.pathname.slice(1, -1); // remove "/" at the beginnin and the end var suffix = apps.indexOf(app) !== -1 ? '-'+app : '';