From d88723bc33dd0da356bbdc3459fff7c8649dd57a Mon Sep 17 00:00:00 2001 From: Nastya Date: Sun, 2 Jun 2024 07:08:29 +0300 Subject: [PATCH] timeweb.cloud --- src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx | 2 +- src/pages/dashboard/Content/Support/Chat/ChatImage.tsx | 2 +- src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx | 2 +- src/pages/dashboard/Content/Support/ChatImageNewWindow.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}`} /> );