diff --git a/src/components/FloatingSupportChat/ChatDocument.tsx b/src/components/FloatingSupportChat/ChatDocument.tsx index 53f3f9d..6f51b04 100644 --- a/src/components/FloatingSupportChat/ChatDocument.tsx +++ b/src/components/FloatingSupportChat/ChatDocument.tsx @@ -98,7 +98,7 @@ export default function ChatDocument({ diff --git a/src/components/FloatingSupportChat/ChatVideo.tsx b/src/components/FloatingSupportChat/ChatVideo.tsx index 375f384..bba23c4 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 4d33853..69dd7de 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://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/angesight/${srcImage}`} + src={`https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/angelsight/${srcImage}`} /> );