Rearrange sidebar items

pull/5494/head
Kamran Ahmed 8 months ago
parent b2b5bfc8a1
commit f0c8121d42
  1. 22
      src/components/AccountSidebar.astro

@ -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',

Loading…
Cancel
Save