UX: Replace cog icon in user menu with user icon

This commit is contained in:
awesomerobot 2020-09-28 22:26:56 -04:00
parent 4193eb0419
commit ffdcac9dfc
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}; };