diff --git a/app/[locale]/daily-lessons/page.tsx b/app/[locale]/daily-lessons/page.tsx index 2fb843e2..cffd0275 100644 --- a/app/[locale]/daily-lessons/page.tsx +++ b/app/[locale]/daily-lessons/page.tsx @@ -25,7 +25,7 @@ export default async function DailyLessonsPage() { return (
-
+
-
+

{t('title')}

diff --git a/app/[locale]/practice/page.tsx b/app/[locale]/practice/page.tsx index 68bd4ccc..110dca76 100644 --- a/app/[locale]/practice/page.tsx +++ b/app/[locale]/practice/page.tsx @@ -127,7 +127,7 @@ export default function PracticePage() {
-
+
) : (
-
+
{currentCard?.direction === 'en-mk' ? 'EN → MK' : 'MK → EN'} {safeIndex + 1} / {total}
-
+

{currentCard?.source}

{currentCard?.target}

-
+
@@ -171,8 +171,8 @@ function MissionSummaryBanner({ mission, state, error, onRefresh, t, buildHref } }); return ( -
-
+
+