Modify stats widget and include on mobile-app page
This commit is contained in:
@@ -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' },
|
||||
]}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user