We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9cf77 commit 015d429Copy full SHA for 015d429
1 file changed
src/components/support-us/BecomeSupportingMember.astro
@@ -17,7 +17,7 @@ const foundraisingProgress = await getFoundraisingProgress();
17
<FundraisingProgress
18
client:load
19
middleProgress={965}
20
- peopleCount={foundraisingProgress.totalCount}
+ peopleCount={foundraisingProgress.count}
21
progress={foundraisingProgress.amount}
22
targetProgress={1325}
23
/>
0 commit comments