From 45a3be3649f9d908a4709d7a8fafed992e098d59 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Tue, 15 Oct 2019 15:31:05 +0000
Subject: [PATCH] update: css to latest url

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

diff --git a/sib-chat.js b/sib-chat.js
index d03731e..036e9f2 100644
--- a/sib-chat.js
+++ b/sib-chat.js
@@ -46,7 +46,7 @@ export const SibChat = {
       });
       this.element.shadowRoot.append(...Helpers.importCSS(
         'https://unpkg.com/converse.js@5.0/dist/converse.css',
-        'https://unpkg.com/@startinblox/component-chat@0.3/themes/converse-hd.css'
+        'https://unpkg.com/@startinblox/component-chat@0.4/themes/converse-hd.css'
       ));
       if (window.converse_sib === undefined) {
         this.initializeConverse();
-- 
GitLab