diff --git a/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx b/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx index c0ba536..572202c 100644 --- a/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx +++ b/src/pages/dashboard/Content/Support/Chat/ChatDocument.tsx @@ -47,7 +47,7 @@ export default function ChatDocument({ diff --git a/src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx b/src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx index 3ce2b0d..b1c4c88 100644 --- a/src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx +++ b/src/pages/dashboard/Content/Support/Chat/ChatVideo.tsx @@ -59,7 +59,7 @@ export default function ChatImage({ }} controls > - + diff --git a/src/pages/dashboard/Content/Support/ChatImageNewWindow.tsx b/src/pages/dashboard/Content/Support/ChatImageNewWindow.tsx index 4138ea5..4c7040b 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://storage.yandexcloud.net/pair/${srcImage}`} + src={`https://admin.pena/pair/${srcImage}`} /> );