Update template cards

This commit is contained in:
adilallo
2026-05-22 13:36:23 -06:00
parent 753220f97b
commit 3dbb6b61d2
9 changed files with 141 additions and 129 deletions
+5 -4
View File
@@ -140,13 +140,14 @@ const bySlug = new Map(
);
/**
* Order for the home “Popular templates” row (four cards). Must match catalog slugs.
* Order for the home “Popular templates” row (four cards).
* Figma Section/RuleStack [22083:855584](https://www.figma.com/design/agv0VBLiBlcnSAaiAORgPR/Community-Rule-System?node-id=22083-855584).
*/
export const GOVERNANCE_TEMPLATE_HOME_SLUGS: readonly string[] = [
"consensus-clusters",
"consensus",
"elected-board",
"petition",
"do-ocracy",
"devolution",
"quadratic-governance",
];
export function getGovernanceTemplatesForHome(): GovernanceTemplateCatalogEntry[] {