diff --git a/src/components/AboutFooter.astro b/src/components/AboutFooter.astro index 64c5d7f..bf16091 100644 --- a/src/components/AboutFooter.astro +++ b/src/components/AboutFooter.astro @@ -58,7 +58,7 @@ function filterCoreTeam(person) {

Join the Community

{config.landing.community}
-

Core Team

+

Speakers

-
+
{core.people.filter(filterCoreTeam).filter(p => p.imageUrl).map((person) => (
@@ -80,14 +80,19 @@ function filterCoreTeam(person) { ))}
+ +

Git Contributors

-
+
{contributors.items.filter(filterCoreTeam).map((contrib) => (
))}
-