UX: Replace cog icon in user menu with user icon
This commit is contained in:
parent
4193eb0419
commit
ffdcac9dfc
|
@ -27,8 +27,8 @@ createWidget("user-menu-links", {
|
|||
return {
|
||||
label: "user.preferences",
|
||||
className: "user-preferences-link",
|
||||
icon: "cog",
|
||||
href: `${this.attrs.path}/preferences`,
|
||||
icon: "user",
|
||||
href: `${this.attrs.path}/summary`,
|
||||
action: UserMenuAction.QUICK_ACCESS,
|
||||
actionParam: QuickAccess.PROFILE,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue