From 7b84a2bbe713906bbbe3a8dddc1c8edf6bd384ea Mon Sep 17 00:00:00 2001 From: Vladimir Shestakov Date: Wed, 22 Nov 2023 20:10:39 +0300 Subject: [PATCH 1/3] Update index.tsx --- src/app/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/index.tsx b/src/app/index.tsx index 138cb34..661b4ce 100644 --- a/src/app/index.tsx +++ b/src/app/index.tsx @@ -26,7 +26,7 @@ function App() { <> - Example + Super Example }> From 7ae5bb2cf3cc71f7c6e5025fac57ef3176fddf97 Mon Sep 17 00:00:00 2001 From: Vladimir Shestakov Date: Thu, 23 Nov 2023 09:05:58 +0300 Subject: [PATCH 2/3] Update index.tsx --- src/features/main/page/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/main/page/index.tsx b/src/features/main/page/index.tsx index f2e8d16..4b8cf44 100644 --- a/src/features/main/page/index.tsx +++ b/src/features/main/page/index.tsx @@ -9,7 +9,7 @@ function Main() { const {t} = useI18n(); return ( - +

{t('main.page.title')}

{t('main.page.content')}

From 5dd7a5c922ad2bb351810c8266c81f7b3f434951 Mon Sep 17 00:00:00 2001 From: Vladimir Shestakov Date: Thu, 23 Nov 2023 09:10:09 +0300 Subject: [PATCH 3/3] Update index.tsx --- src/features/catalog/page/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/catalog/page/index.tsx b/src/features/catalog/page/index.tsx index 79ae6f9..cab8e91 100644 --- a/src/features/catalog/page/index.tsx +++ b/src/features/catalog/page/index.tsx @@ -36,7 +36,7 @@ function CatalogPage() { return ( - +

{t('catalog.title')}