This commit is contained in:
2024-10-08 00:41:40 +08:00
parent 9049141e3a
commit 8713e5018f
3 changed files with 4 additions and 2 deletions

View File

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