fixes
This commit is contained in:
@@ -15,7 +15,7 @@ import { useStore } from 'vuex'
|
||||
const store = useStore()
|
||||
const cardStatisticsWithImages = [
|
||||
{
|
||||
title: 'Meetings',
|
||||
title: 'Total Meetings',
|
||||
subtitle: 'Year of 2021',
|
||||
stats: '13k',
|
||||
change: 15.6,
|
||||
@@ -31,7 +31,7 @@ const cardStatisticsWithImages = [
|
||||
color: 'primary',
|
||||
},
|
||||
{
|
||||
title: 'Patients',
|
||||
title: 'New Patients',
|
||||
subtitle: 'Year of 2021',
|
||||
stats: '13k',
|
||||
change: 15.6,
|
||||
@@ -39,7 +39,7 @@ const cardStatisticsWithImages = [
|
||||
color: 'primary',
|
||||
},
|
||||
{
|
||||
title: 'Providers',
|
||||
title: 'New Providers',
|
||||
subtitle: 'Last Week',
|
||||
stats: '24.5k',
|
||||
change: -20,
|
||||
|
Reference in New Issue
Block a user