Imporve the i18 and frontend UI pages
This commit is contained in:
@@ -12,7 +12,7 @@ import { useTenant } from '../../stores/tenant.store';
|
||||
import {
|
||||
AlertTriangle,
|
||||
Clock,
|
||||
DollarSign,
|
||||
Euro,
|
||||
Package,
|
||||
TrendingUp,
|
||||
TrendingDown,
|
||||
@@ -33,7 +33,7 @@ const DashboardPage: React.FC = () => {
|
||||
{
|
||||
title: t('dashboard:stats.sales_today', 'Sales Today'),
|
||||
value: '€1,247',
|
||||
icon: DollarSign,
|
||||
icon: Euro,
|
||||
variant: 'success' as const,
|
||||
trend: {
|
||||
value: 12,
|
||||
|
||||
Reference in New Issue
Block a user