Skip to content

Commit 3616b43

Browse files
beihailiclaude
andcommitted
style: format LanguageSwitcher.jsx with Prettier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c880437 commit 3616b43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/LanguageSwitcher.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default function LanguageSwitcher() {
2222
onClick={toggleLang}
2323
aria-label={lang === 'zh' ? 'Switch to English' : '切换中文'}
2424
className="flex items-center gap-1 rounded-lg px-2 py-1 text-sm text-slate-400 transition-colors hover:bg-slate-800 hover:text-white"
25-
title={lang === 'zh' ? 'Switch to English' : '切换中文'}>
25+
title={lang === 'zh' ? 'Switch to English' : '切换中文'}
26+
>
2627
<Globe className="h-4 w-4" />
2728
<span>{lang === 'zh' ? 'EN' : '\u4e2d\u6587'}</span>
2829
</button>

0 commit comments

Comments
 (0)