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 }> 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')}

diff --git a/src/features/main/page/index.tsx b/src/features/main/page/index.tsx index 20339de..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')}