diff --git a/src/dependencies.pug b/src/dependencies.pug
index 7ceee9a90b88076537cc205d0af3c55ff49c586b..24ec0b8c71dfd36241d0b5c462ddd120115cd6cb 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -31,7 +31,7 @@ if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
     //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
 
 if endpoints.users || (endpoints.get && endpoints.get.users)
-    //- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-chat@beta" defer)
     //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
 
 script(src="/scripts/index.js" defer)