mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
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…
x
Reference in New Issue
Block a user