From d77e4b4610f6e80123148627a67fc9c25dd4579f Mon Sep 17 00:00:00 2001 From: khadiatullo Date: Fri, 2 May 2025 14:51:48 +0300 Subject: [PATCH] update: update animation --- .../(dashboard)/customer-dashboard/index.tsx | 2 +- src/pages-templates/clients/loyalty/index.tsx | 8 ++++---- src/shared/{shadcn-ui => components}/loader.tsx | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename src/shared/{shadcn-ui => components}/loader.tsx (100%) diff --git a/src/pages-templates/(dashboard)/customer-dashboard/index.tsx b/src/pages-templates/(dashboard)/customer-dashboard/index.tsx index 46ab562..9c4f8dd 100644 --- a/src/pages-templates/(dashboard)/customer-dashboard/index.tsx +++ b/src/pages-templates/(dashboard)/customer-dashboard/index.tsx @@ -15,7 +15,7 @@ import { } from '@/shared/shadcn-ui/card'; import { TransactionsTable } from '@/widgets/transactions-table'; -import Loader from '@/shared/shadcn-ui/loader'; +import Loader from '@/shared/components/loader'; export function CustomerDashboard() { const { t } = useTextController(); diff --git a/src/pages-templates/clients/loyalty/index.tsx b/src/pages-templates/clients/loyalty/index.tsx index 3927b5d..ec6d37d 100644 --- a/src/pages-templates/clients/loyalty/index.tsx +++ b/src/pages-templates/clients/loyalty/index.tsx @@ -138,7 +138,7 @@ export function LoyaltyPage() {
-
+
1
@@ -149,7 +149,7 @@ export function LoyaltyPage() { {t('clients.loyalty.works.stage.description-1')}

-
+
2
@@ -160,7 +160,7 @@ export function LoyaltyPage() { {t('clients.loyalty.works.stage.description-2')}

-
+
3
@@ -171,7 +171,7 @@ export function LoyaltyPage() { {t('clients.loyalty.works.stage.description-3')}

-
+
4
diff --git a/src/shared/shadcn-ui/loader.tsx b/src/shared/components/loader.tsx similarity index 100% rename from src/shared/shadcn-ui/loader.tsx rename to src/shared/components/loader.tsx