diff --git a/apps/manacore/apps/landing/src/pages/apps/index.astro b/apps/manacore/apps/landing/src/pages/apps/index.astro index ce66f23a7..3bca7fc74 100644 --- a/apps/manacore/apps/landing/src/pages/apps/index.astro +++ b/apps/manacore/apps/landing/src/pages/apps/index.astro @@ -81,12 +81,12 @@ const sections: Section[] = [
- {sections.map((section) => ( -
-
- {section.label} -
-
+
+ {sections.map((section) => ( +
+
+ {section.label} +
{section.apps.map((app) => ( ))}
-
- ))} + ))} +