feat(MED-123): update dashboard cards for "order analysis"

This commit is contained in:
Karli
2025-08-18 13:58:42 +03:00
parent ec866c7f29
commit 9b50b0f92a
5 changed files with 85 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ import { toTitleCase } from '@/lib/utils';
import Dashboard from '../_components/dashboard';
import { loadCurrentUserAccount } from '../_lib/server/load-user-account';
import DashboardCards from '../_components/dashboard-cards';
export const generateMetadata = async () => {
const i18n = await createI18nServerInstance();
@@ -26,6 +27,7 @@ async function UserHomePage() {
return (
<>
<DashboardCards />
<PageHeader title={
<>
<Trans i18nKey={'common:welcome'} />