mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Improve renderRightDropdown()
This commit is contained in:
@ -299,12 +299,12 @@ class App extends Component {
|
|||||||
<Menu onClick={this.handleRightDropdownClick.bind(this)}>
|
<Menu onClick={this.handleRightDropdownClick.bind(this)}>
|
||||||
<Menu.Item key="/account">
|
<Menu.Item key="/account">
|
||||||
<SettingOutlined />
|
<SettingOutlined />
|
||||||
|
|
||||||
{i18next.t("account:My Account")}
|
{i18next.t("account:My Account")}
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item key="/logout">
|
<Menu.Item key="/logout">
|
||||||
<LogoutOutlined />
|
<LogoutOutlined />
|
||||||
|
|
||||||
{i18next.t("account:Logout")}
|
{i18next.t("account:Logout")}
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
Reference in New Issue
Block a user