mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 21:21:37 +10:00
chore: add viral metrics to open page
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user