mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 06:39:57 +08:00
Allow locale to be selected in footer
This commit is contained in:
@ -27,7 +27,7 @@ export default class SelectDropdown extends Dropdown {
|
||||
if (label instanceof Array) label = label[0];
|
||||
|
||||
return [
|
||||
<span className="Button-label">{label}</span>, ' ',
|
||||
<span className="Button-label">{label}</span>,
|
||||
icon(this.props.caretIcon, {className: 'Button-caret'})
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user