|
|
|
@ -23,6 +23,16 @@ const sidebarLinks = [ |
|
|
|
|
classes: 'h-3 w-4', |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
href: '/account/update-profile', |
|
|
|
|
title: 'Profile', |
|
|
|
|
id: 'profile', |
|
|
|
|
isNew: true, |
|
|
|
|
icon: { |
|
|
|
|
glyph: 'user', |
|
|
|
|
classes: 'h-4 w-4', |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
href: '/account/friends', |
|
|
|
|
title: 'Friends', |
|
|
|
@ -37,7 +47,7 @@ const sidebarLinks = [ |
|
|
|
|
href: '/account/roadmaps', |
|
|
|
|
title: 'Roadmaps', |
|
|
|
|
id: 'roadmaps', |
|
|
|
|
isNew: true, |
|
|
|
|
isNew: false, |
|
|
|
|
icon: { |
|
|
|
|
glyph: 'users', |
|
|
|
|
classes: 'h-4 w-4', |
|
|
|
@ -54,16 +64,6 @@ const sidebarLinks = [ |
|
|
|
|
classes: 'h-4 w-4', |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
href: '/account/update-profile', |
|
|
|
|
title: 'Profile', |
|
|
|
|
id: 'profile', |
|
|
|
|
isNew: false, |
|
|
|
|
icon: { |
|
|
|
|
glyph: 'user', |
|
|
|
|
classes: 'h-4 w-4', |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
href: '/account/settings', |
|
|
|
|
title: 'Settings', |
|
|
|
|