修改合作方logo

This commit is contained in:
yuyongdong 2024-09-06 13:23:59 +08:00
parent 62df0bc57c
commit eaa0d23f7b
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -97,7 +97,7 @@ const logos = ref([
.href,
},
{
imgeSrc: new URL("@/assets/img/home/investor_DWFlabs.png", import.meta.url)
imgeSrc: new URL("@/assets/img/home/investor_Foresight.png", import.meta.url)
.href,
}
]);

View File

@ -82,7 +82,7 @@ const logos = ref([
.href,
},
{
imgeSrc: new URL("@/assets/img/home/investor_DWFlabs.png", import.meta.url)
imgeSrc: new URL("@/assets/img/home/investor_Foresight.png", import.meta.url)
.href,
}
]);

View File

@ -141,7 +141,7 @@ const logos = ref([
.href,
},
{
imgeSrc: new URL("@/assets/img/home/investor_DWFlabs.png", import.meta.url)
imgeSrc: new URL("@/assets/img/home/investor_Foresight.png", import.meta.url)
.href,
}
]);