From 41c34bee659981a558c8b2375be7fba67afd9083 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Thu, 20 Oct 2022 11:49:07 -0400 Subject: [PATCH] updated routs --- data/routes.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/routes.ts b/data/routes.ts index ddf9393..ecd5204 100644 --- a/data/routes.ts +++ b/data/routes.ts @@ -1,46 +1,46 @@ export const sectionsData = [ { name: "Demographics", - url: "/", + url: "/demographics", }, { name: "Academics", - url: "/", + url: "/academics", }, { name: "Co-op", - url: "/", + url: "/coop", }, { name: "Lifestyle and Interests", - url: "/", + url: "/lifestyle-and-interests", }, { name: "Intimacy and Drugs", - url: "/", + url: "/intimacy-and-drugs", }, { name: "Post-grad", - url: "/", + url: "/postgrad", }, { name: "Friends", - url: "/", + url: "/friends", }, { name: "Miscellaneous", - url: "/", + url: "/miscellaneous", }, { name: "Mental Health", - url: "/", + url: "/mental-health", }, { name: "Personal", - url: "/", + url: "/personal", }, { name: "Contributors", - url: "/", + url: "/contributors", }, ];