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 {
|
return {
|
||||||
label: "user.preferences",
|
label: "user.preferences",
|
||||||
className: "user-preferences-link",
|
className: "user-preferences-link",
|
||||||
icon: "cog",
|
icon: "user",
|
||||||
href: `${this.attrs.path}/preferences`,
|
href: `${this.attrs.path}/summary`,
|
||||||
action: UserMenuAction.QUICK_ACCESS,
|
action: UserMenuAction.QUICK_ACCESS,
|
||||||
actionParam: QuickAccess.PROFILE,
|
actionParam: QuickAccess.PROFILE,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue