diff --git a/frontend/src/components/Topbar.tsx b/frontend/src/components/Topbar.tsx index 197f88f..d956d0a 100644 --- a/frontend/src/components/Topbar.tsx +++ b/frontend/src/components/Topbar.tsx @@ -45,7 +45,7 @@ const Topbar: React.FC = ({ aria-label={uiMode === 'pro' ? t('mode.toSimple') : t('mode.toPro')} onClick={toggleUIMode} > - {uiMode === 'pro' ? '😊' : '🛠'} + {uiMode === 'pro' ? 'Einfach' : 'Pro'}