This commit is contained in:
2024-06-05 20:47:53 +05:00
parent 4b2e2acd19
commit ba9f6ed571
2 changed files with 39 additions and 26 deletions

View File

@@ -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,