Modify stats widget and include on mobile-app page

This commit is contained in:
widgeter
2023-08-07 20:43:46 +02:00
parent 9c18e021c2
commit ebd1ec70cb
4 changed files with 64 additions and 63 deletions

View File

@@ -57,11 +57,11 @@ const metadata = {
<!-- Stats Widget ****************** -->
<Stats
items={[
{ name: 'Templates', value: '56' },
{ name: 'Downloads', value: '182K' },
{ name: 'User Ratings', value: '4.8' },
{ name: 'Satisfied Clients', value: '116K' },
stats={[
{ title: 'Templates', amount: '56' },
{ title: 'Downloads', amount: '182K' },
{ title: 'User Ratings', amount: '4.8' },
{ title: 'Satisfied Clients', amount: '116K' },
]}
/>