From 7ce9ee33c4c18f4bcca1d8948b3dc4f969bda3b9 Mon Sep 17 00:00:00 2001 From: akastijn Date: Sat, 8 Nov 2025 21:21:53 +0100 Subject: [PATCH] Add "Developers" section to `CommunityComponent` with dynamic team member display and adjust structure of existing sections. --- .../src/app/pages/altitude/community/community.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/pages/altitude/community/community.component.html b/frontend/src/app/pages/altitude/community/community.component.html index 07ba7a5..2110878 100644 --- a/frontend/src/app/pages/altitude/community/community.component.html +++ b/frontend/src/app/pages/altitude/community/community.component.html @@ -21,7 +21,7 @@ } - +

Social Media

@for (member of getTeamMembers('socialmedia') | async; track member) {