Move composer buttons to top (#35749)

This commit is contained in:
Echo 2025-08-13 16:09:45 +02:00 committed by GitHub
commit 49a6e4cbb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 50 additions and 53 deletions

View file

@ -396,7 +396,7 @@ export const LanguageDropdown: React.FC = () => {
warning: guess !== '' && guess !== value,
})}
>
<Icon id='' icon={TranslateIcon} />
<Icon id='translate' icon={TranslateIcon} />
<span className='dropdown-button__label'>{current[2] ?? value}</span>
</button>