diff --git a/frontend/components/Navigation.tsx b/frontend/components/Navigation.tsx index 1204008..70a5247 100644 --- a/frontend/components/Navigation.tsx +++ b/frontend/components/Navigation.tsx @@ -61,7 +61,7 @@ export function Navigation({ showExitLearning = false, onExitLearning }: Navigat -
+
{/* 學習模式的結束學習按鈕 */} {showExitLearning ? ( - {/* 用戶資訊 */} -
+ {/* 用戶資訊 - 只在桌面版顯示 */} +
{user?.username?.[0]?.toUpperCase() || 'U'}