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