Use more appropriate icon in sidenav

This commit is contained in:
Râu Cao
2022-12-12 11:40:58 +01:00
parent 2e1d930e0f
commit 3f49e4a3b8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<%= render SidenavLinkComponent.new(
name: "Account", path: "#", icon: "settings", disabled: true
name: "Account", path: "#", icon: "user", disabled: true
) %>
<%= render SidenavLinkComponent.new(
name: "Password", path: security_path, icon: "key",