diff --git a/src/components/FloatingSupportChat/ChatDocument.tsx b/src/components/FloatingSupportChat/ChatDocument.tsx
index a506854..53f3f9d 100644
--- a/src/components/FloatingSupportChat/ChatDocument.tsx
+++ b/src/components/FloatingSupportChat/ChatDocument.tsx
@@ -98,7 +98,7 @@ export default function ChatDocument({
);
-}
+}
\ No newline at end of file
diff --git a/src/components/FloatingSupportChat/ChatImage.tsx b/src/components/FloatingSupportChat/ChatImage.tsx
index e932a34..2115341 100644
--- a/src/components/FloatingSupportChat/ChatImage.tsx
+++ b/src/components/FloatingSupportChat/ChatImage.tsx
@@ -110,7 +110,7 @@ export default function ChatImage({
height: "217px",
width: "217px",
}}
- src={`https://3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b.s3.timeweb.cloud/angesight/pair/${file}`}
+ src={`https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/angesight/${file}`}
/>
diff --git a/src/components/FloatingSupportChat/ChatVideo.tsx b/src/components/FloatingSupportChat/ChatVideo.tsx
index 424be19..375f384 100644
--- a/src/components/FloatingSupportChat/ChatVideo.tsx
+++ b/src/components/FloatingSupportChat/ChatVideo.tsx
@@ -114,7 +114,7 @@ export default function ChatImage({
controls
>
diff --git a/src/pages/Support/ChatImageNewWindow.tsx b/src/pages/Support/ChatImageNewWindow.tsx
index 89e2260..4d33853 100644
--- a/src/pages/Support/ChatImageNewWindow.tsx
+++ b/src/pages/Support/ChatImageNewWindow.tsx
@@ -12,7 +12,7 @@ export default function ChatImageNewWindow() {
maxHeight: "100vh",
maxWidth: "100vw",
}}
- src={`https://3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b.s3.timeweb.cloud/angesight/pair/${srcImage}`}
+ src={`https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/angesight/${srcImage}`}
/>
>
);