Merge branch 'dev' into 'staging'

timeweb.cloud

See merge request frontend/admin!95
This commit is contained in:
Nastya 2024-06-02 04:15:41 +00:00
commit 1aad139ee1
4 changed files with 4 additions and 4 deletions

@ -43,7 +43,7 @@ export default function ChatDocument({ unAuthenticated = false, isSelf, file, cr
>
<Link
download
href={`https://admin.pena/pair/${file}`}
href={`https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/angelsight/${file}`}
style={{
color: "#7E2AEA",
display: "flex",

@ -48,7 +48,7 @@ export default function ChatImage({ unAuthenticated = false, isSelf, file, creat
height: "217px",
width: "217px",
}}
src={`https://admin.pena/pair/${file}`}
src={`https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/angelsight/${file}`}
/>
</ButtonBase>
</Box>

@ -54,7 +54,7 @@ export default function ChatImage({ unAuthenticated = false, isSelf, file, creat
}}
controls
>
<source src={`https://admin.pena/pair/${file}`} />
<source src={`https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/angelsight/${file}`} />
</Box>
</Box>
</Box>

@ -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}`}
/>
</>
);