From 175556f9fc0ae5411440451d1ba7ab7d310172f8 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Mon, 16 May 2022 20:30:16 +0200 Subject: [PATCH] s/cros/CORS --- src/pages/StatusPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index 00857db57..22608116d 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -688,7 +688,7 @@ export default { }, statusPageLogoLoaded(eventPayload) { - // Remark: may not work in dev, due to cros + // Remark: may not work in dev, due to CORS favicon.image(eventPayload.target); },