chore: add viral metrics to open page

This commit is contained in:
Ephraim Atta-Duncan
2024-11-13 17:14:50 +00:00
parent f2439abbc9
commit 21ecfde543
3 changed files with 83 additions and 1 deletions

View File

@ -145,7 +145,10 @@ export default async function AdminStatsPage() {
msg`Monthly Active Users: Users that had at least one of their documents completed`,
)}
/>
<SignerConversionChart title="Signers that Signed Up" data={signerConversionMonthly} />
<SignerConversionChart
title={_(msg`Signers that Signed Up`)}
data={signerConversionMonthly}
/>
<SignerConversionChart
title={_(msg`Total Signers that Signed Up`)}
data={signerConversionMonthly}