invest page

This commit is contained in:
2025-06-06 15:50:06 +02:00
parent c7d71ddb21
commit 3d91d7f1bb
16 changed files with 331 additions and 80 deletions

View File

@ -290,7 +290,7 @@ onMounted(async () => {
[classItem.split("_").length - 1].toLowerCase();
mapStore.customersList.forEach(
(item) => item === code && (element.style.fill = "var(--color-bg-block)")
(item) => item === code && (element.style.fill = "var(--color-block)")
);
mapStore.partnersList.forEach(