From 62e544d1200ff2762147a69d53df71cb2023af6e Mon Sep 17 00:00:00 2001 From: khadiatullo Date: Thu, 1 May 2025 23:41:12 +0300 Subject: [PATCH] update and add: update adaptability and added Loader --- .../(dashboard)/corporate-dashboard/index.tsx | 6 +++--- .../(dashboard)/customer-dashboard/index.tsx | 7 +++---- src/pages-templates/about/index.tsx | 2 +- src/shared/providers/aos-provider.tsx | 14 +++++++++++++- src/shared/shadcn-ui/loader.tsx | 9 +++++++++ src/widgets/hero-section.tsx | 6 +++--- src/widgets/promotions-section.tsx | 2 +- src/widgets/transactions-table.tsx | 2 +- src/widgets/vacancies-section.tsx | 2 +- 9 files changed, 35 insertions(+), 15 deletions(-) create mode 100644 src/shared/shadcn-ui/loader.tsx diff --git a/src/pages-templates/(dashboard)/corporate-dashboard/index.tsx b/src/pages-templates/(dashboard)/corporate-dashboard/index.tsx index 02ddedd..badc151 100644 --- a/src/pages-templates/(dashboard)/corporate-dashboard/index.tsx +++ b/src/pages-templates/(dashboard)/corporate-dashboard/index.tsx @@ -100,7 +100,7 @@ export function CorporateDashboard() {
-
+

{t('corporate.pageTitle')}