Merge branch 'media-link' into 'dev'
feat: new media link See merge request frontend/admin!86
This commit is contained in:
commit
2da2ddb726
@ -47,7 +47,7 @@ export default function ChatDocument({
|
|||||||
<Link
|
<Link
|
||||||
|
|
||||||
download
|
download
|
||||||
href={`https://storage.yandexcloud.net/pair/${file}`}
|
href={`https://admin.pena/pair/${file}`}
|
||||||
style={{
|
style={{
|
||||||
color: "#7E2AEA",
|
color: "#7E2AEA",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
|
@ -59,7 +59,7 @@ export default function ChatImage({
|
|||||||
height: "217px",
|
height: "217px",
|
||||||
width: "217px",
|
width: "217px",
|
||||||
}}
|
}}
|
||||||
src={`https://storage.yandexcloud.net/pair/${file}`}
|
src={`https://admin.pena/pair/${file}`}
|
||||||
/>
|
/>
|
||||||
</ButtonBase>
|
</ButtonBase>
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -59,7 +59,7 @@ export default function ChatImage({
|
|||||||
}}
|
}}
|
||||||
controls
|
controls
|
||||||
>
|
>
|
||||||
<source src={`https://storage.yandexcloud.net/pair/${file}`} />
|
<source src={`https://admin.pena/pair/${file}`} />
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -12,7 +12,7 @@ export default function ChatImageNewWindow() {
|
|||||||
maxHeight: "100vh",
|
maxHeight: "100vh",
|
||||||
maxWidth: "100vw",
|
maxWidth: "100vw",
|
||||||
}}
|
}}
|
||||||
src={`https://storage.yandexcloud.net/pair/${srcImage}`}
|
src={`https://admin.pena/pair/${srcImage}`}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user