Bump home-page Featured cap from 4 to 12

This commit is contained in:
mkfain
2026-05-30 12:35:51 +02:00
parent 34cae4c9ad
commit e198e8d572
+1 -1
View File
@@ -17,7 +17,7 @@ import { useAppContext } from '@/hooks/useAppContext';
import type { ParsedCampaign } from '@/lib/campaign';
/** Cap on how many featured campaigns we render in the home-page row. */
const MAX_FEATURED = 4;
const MAX_FEATURED = 12;
/**
* Home page (`/`).