updated frondend image

This commit is contained in:
Philip Cheung 2024-10-08 00:35:15 +08:00
parent 17d0dd220c
commit 9049141e3a
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function AboutUsTable() {
{parse(aboutUs.description) || "N/A"} {parse(aboutUs.description) || "N/A"}
</Td> </Td>
<Td> <Td>
<img src={import.meta.env.VITE_API_URL+"/"+aboutUs.image} width="100px" height="100px" /> <img src={"image"+import.meta.env.VITE_API_URL+"/"+aboutUs.image} width="100px" height="100px" />
</Td> </Td>
<Td isTruncated maxWidth="10px"> <Td isTruncated maxWidth="10px">
{aboutUs.index} {aboutUs.index}