diff --git a/src/components/XahauEcosystem.astro b/src/components/XahauEcosystem.astro index ac1f9d1..b480f85 100644 --- a/src/components/XahauEcosystem.astro +++ b/src/components/XahauEcosystem.astro @@ -62,15 +62,15 @@ const sections = ecosystemData.sections.map((section) =>
-

Ecosystem

+

{ecosystemData.title[locale]}

- {sections.map(s => s.label.en).join(', ')} - built on or around Xahau + {sections.map(s => s.label[locale]).join(', ')} + {ecosystemData.buildonxahau[locale]}

{sections.map(s => ( - {s.items.length} {s.label.en} + {s.items.length} {s.label[locale]} ))}
@@ -157,13 +157,7 @@ const sections = ecosystemData.sections.map((section) => ) })} -

- {locale === 'es' - ? 'Todas las marcas y logotipos son propiedad de sus respectivos dueños.' - : locale === 'ja' - ? 'すべての商標およびロゴは、各所有者の財産です。' - : 'All trademarks and logos are the property of their respective owners.'} -

+

{ecosystemData.trademark[locale]}