updated routs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-10-20 11:49:07 -04:00
parent c2fec4f21f
commit 41c34bee65
1 changed files with 11 additions and 11 deletions

View File

@ -1,46 +1,46 @@
export const sectionsData = [ export const sectionsData = [
{ {
name: "Demographics", name: "Demographics",
url: "/", url: "/demographics",
}, },
{ {
name: "Academics", name: "Academics",
url: "/", url: "/academics",
}, },
{ {
name: "Co-op", name: "Co-op",
url: "/", url: "/coop",
}, },
{ {
name: "Lifestyle and Interests", name: "Lifestyle and Interests",
url: "/", url: "/lifestyle-and-interests",
}, },
{ {
name: "Intimacy and Drugs", name: "Intimacy and Drugs",
url: "/", url: "/intimacy-and-drugs",
}, },
{ {
name: "Post-grad", name: "Post-grad",
url: "/", url: "/postgrad",
}, },
{ {
name: "Friends", name: "Friends",
url: "/", url: "/friends",
}, },
{ {
name: "Miscellaneous", name: "Miscellaneous",
url: "/", url: "/miscellaneous",
}, },
{ {
name: "Mental Health", name: "Mental Health",
url: "/", url: "/mental-health",
}, },
{ {
name: "Personal", name: "Personal",
url: "/", url: "/personal",
}, },
{ {
name: "Contributors", name: "Contributors",
url: "/", url: "/contributors",
}, },
]; ];