website refactor

This commit is contained in:
2026-01-19 00:46:46 +01:00
parent b0431637b7
commit e1ce3bffd1
21 changed files with 297 additions and 121 deletions

View File

@@ -109,7 +109,9 @@ export function TeamDetailTemplate({
tag={team.tag}
description={team.description}
memberCount={viewData.memberships.length}
memberCountLabel={viewData.memberCountLabel}
foundedDate={team.createdAt}
foundedDateLabel={team.foundedDateLabel}
isAdmin={viewData.isAdmin}
onAdminClick={() => onTabChange('admin')}
/>