diff --git a/widget/src/components/ConnectionLost.tsx b/widget/src/components/ConnectionLost.tsx
index 8a5dc955..220ac1b2 100644
--- a/widget/src/components/ConnectionLost.tsx
+++ b/widget/src/components/ConnectionLost.tsx
@@ -1,5 +1,5 @@
/*
- * Copyright © 2024 Hexastack. All rights reserved.
+ * Copyright © 2025 Hexastack. All rights reserved.
*
* Licensed under the GNU Affero General Public License v3.0 (AGPLv3) with the following additional terms:
* 1. The name "Hexabot" is a trademark of Hexastack. You may not use this name in derivative works without express written permission.
@@ -12,9 +12,9 @@ import { useTranslation } from "../hooks/useTranslation";
import { useChat } from "../providers/ChatProvider";
import { useColors } from "../providers/ColorProvider";
+import "./ConnectionLost.scss";
import ConnectionIcon from "./icons/ConnectionIcon";
import LoadingIcon from "./icons/LoadingIcon";
-import "./ConnectionLost.scss";
const ConnectionLost: React.FC = () => {
const { t } = useTranslation();
@@ -33,7 +33,21 @@ const ConnectionLost: React.FC = () => {
style={{ backgroundColor: colors.messageList.bg }}
>
{loading ? (
-