latest
This commit is contained in:
parent
72776c2008
commit
3ad4c9b51f
|
|
@ -207,7 +207,7 @@ const QrcodeFinder = () => {
|
||||||
</Box>
|
</Box>
|
||||||
<img
|
<img
|
||||||
src={`https://docs.exampaper.vidh.ai/${coverInfo[0]?.s3_path}`}
|
src={`https://docs.exampaper.vidh.ai/${coverInfo[0]?.s3_path}`}
|
||||||
width={"800px"}
|
width={"700px"}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
|
@ -229,7 +229,7 @@ const QrcodeFinder = () => {
|
||||||
{" "}
|
{" "}
|
||||||
<img
|
<img
|
||||||
src={`https://docs.exampaper.vidh.ai/${data?.s3_path}`}
|
src={`https://docs.exampaper.vidh.ai/${data?.s3_path}`}
|
||||||
width={"800px"}
|
width={"700px"}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
<Box className="p-5 w-100">
|
<Box className="p-5 w-100">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue