From 5a27ada25061dbcb97b6be703a8e23cefbf577a6 Mon Sep 17 00:00:00 2001 From: IlyaDoronin Date: Wed, 8 May 2024 15:31:35 +0300 Subject: [PATCH] feat: new media link --- 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 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}`} /> );