diff --git a/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx b/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx
index 187fdb3..46a5809 100644
--- a/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx
+++ b/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx
@@ -43,7 +43,7 @@ export default function ChatDocument({ unAuthenticated = false, isSelf, file, cr
>
diff --git a/src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx b/src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx
index f3b98b7..802cd7a 100644
--- a/src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx
+++ b/src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx
@@ -54,7 +54,7 @@ export default function ChatImage({ unAuthenticated = false, isSelf, file, creat
}}
controls
>
-
+
diff --git a/src/pages/dashboard/Content/Support/ChatImageNewWindow.tsx b/src/pages/dashboard/Content/Support/ChatImageNewWindow.tsx
index 382a5f3..3fce436 100644
--- a/src/pages/dashboard/Content/Support/ChatImageNewWindow.tsx
+++ b/src/pages/dashboard/Content/Support/ChatImageNewWindow.tsx
@@ -12,7 +12,7 @@ export default function ChatImageNewWindow() {
maxHeight: "100vh",
maxWidth: "100vw",
}}
- src={`https://admin.pena/pair/${srcImage}`}
+ src={`https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/angelsight/${srcImage}`}
/>
>
);