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() {
<>
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.content')}{t('main.page.title')}