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