From f2346b88cda98844e801a65547544109f2c33f94 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Sun, 26 Apr 2026 20:08:07 +0200 Subject: [PATCH] Fix: Parent portal language selector as dropdown instead of onboarding redirect Co-Authored-By: Claude Opus 4.6 (1M context) --- studio-v2/app/parent/page.tsx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/studio-v2/app/parent/page.tsx b/studio-v2/app/parent/page.tsx index ede7ab9..544d37f 100644 --- a/studio-v2/app/parent/page.tsx +++ b/studio-v2/app/parent/page.tsx @@ -4,6 +4,7 @@ import React, { useState, useEffect } from 'react' import Link from 'next/link' import { useTheme } from '@/lib/ThemeContext' import { useLanguage } from '@/lib/LanguageContext' +import type { Language } from '@/lib/i18n' interface LearningUnit { id: string @@ -60,9 +61,19 @@ export default function ParentPage() { {t('greeting')}

- - {language.toUpperCase()} - +