From d5f1d4e31efbcdaa3bcb57a76d519ea381e13d4a Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Mon, 14 Apr 2025 10:37:14 +0800 Subject: [PATCH] build ok, --- 002_source/cms/src/app/dashboard/page.tsx | 38 +++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/002_source/cms/src/app/dashboard/page.tsx b/002_source/cms/src/app/dashboard/page.tsx index f1b6590..fd3bad9 100644 --- a/002_source/cms/src/app/dashboard/page.tsx +++ b/002_source/cms/src/app/dashboard/page.tsx @@ -17,7 +17,7 @@ import { Users as UsersIcon } from '@phosphor-icons/react/dist/ssr/Users'; import { Warning as WarningIcon } from '@phosphor-icons/react/dist/ssr/Warning'; import { useTranslation } from 'react-i18next'; -import { config } from '@/config'; +// import { config } from '@/config'; import { dayjs } from '@/lib/dayjs'; import { AppChat } from '@/components/dashboard/overview/app-chat'; import { AppLimits } from '@/components/dashboard/overview/app-limits'; @@ -47,23 +47,23 @@ export default function Page(): React.JSX.Element { - Overview + {t('Overview')}
- + - + - + } size="small"> - Search jobs + {t('Search jobs')} } - description="Search for jobs that match your skills and apply to them directly." + description={t('Search for jobs that match your skills and apply to them directly.')} icon={BriefcaseIcon} - label="Jobs" - title="Find your dream job" + label={t('Jobs')} + title={t('Find your dream job')} /> } size="small"> - Help center + {t('Help center')} } - description="Find answers to your questions and get in touch with our team." + description={t('Find answers to your questions and get in touch with our team.')} icon={InfoIcon} - label="Help center" - title="Need help figuring things out?" + label={t('Help center')} + title={t('Need help figuring things out?')} /> } size="small"> - Documentation + {t('Documentation')} } - description="Learn how to get started with our product and make the most of it." + description={t('Learn how to get started with our product and make the most of it.')} icon={FileCodeIcon} - label="Documentation" - title="Explore documentation" + label={t('Documentation')} + title={t('Explore documentation')} />