From 9532f3d747144f4129f034d2965249df6a1f4e51 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Wed, 26 Feb 2020 19:14:21 +0100
Subject: [PATCH] setting css to local file

---
 sib-chat.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sib-chat.js b/sib-chat.js
index b317e0f..e90f96f 100644
--- a/sib-chat.js
+++ b/sib-chat.js
@@ -47,7 +47,7 @@ export const SibChat = {
       });
       this.element.shadowRoot.append(...Helpers.importCSS(
         'https://unpkg.com/converse.js@6.0/dist/converse.min.css',
-        'https://unpkg.com/@startinblox/component-chat@0.5/themes/converse-hd.css'
+        '/lib/sib-chat/themes/converse-hd.css' // 'https://unpkg.com/@startinblox/component-chat@0.5/themes/converse-hd.css'
       ));
       if (window.converse_sib === undefined) {
         this.initializeConverse();
-- 
GitLab