diff --git a/templates/index.html b/templates/index.html index ec30d09..748463b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,7 +50,6 @@ {{template "contact-button" .}} {{template "zoom-toggle-button" .}} {{template "shortcuts-button" .}} - {{template "chat-widget" .}} @@ -62,6 +61,11 @@ {{template "contact-modal" .}} {{template "zoom-control" .}} + + + + {{template "chat-widget" .}} + diff --git a/templates/partials/widgets/chat-widget.html b/templates/partials/widgets/chat-widget.html index 223977a..852b4b1 100644 --- a/templates/partials/widgets/chat-widget.html +++ b/templates/partials/widgets/chat-widget.html @@ -3,7 +3,7 @@