fix: icon

This commit is contained in:
Methapon2001 2024-07-04 14:44:56 +07:00
parent 04b1ded194
commit 69bca33307

View file

@ -100,13 +100,13 @@ async function calculateStats() {
if (_stats) {
stats.value = [
{
icon: 'mdi-home',
icon: 'mdi-office-building-outline',
count: _stats.hq,
label: 'branchHQLabel',
color: 'pink',
},
{
icon: 'mdi-office-building',
icon: 'mdi-home-group',
count: _stats.br,
label: 'branchLabel',
color: 'purple',