Skip to content

Commit

Permalink
feat: Merged Secretaries into Current Office Bearers
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jan 4, 2024
1 parent 4cbb754 commit 7c31dc1
Show file tree
Hide file tree
Showing 117 changed files with 766 additions and 754 deletions.
9 changes: 2 additions & 7 deletions src/components/Sidebar/SidebarList.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ export const contactsSidebarList = [
route: "/contacts/current-office-bearers",
},
{
title: "Secretaries",
route: "/contacts/secretaries",
title: "Staff",
route: "/contacts/staff",
},
{
title: "Past Office Bearers",
route: "/contacts/pastBearers",
},
{
title: "Staff",
route: "/contacts/staff",
},
];
export const resultsSidebarList = [
{
Expand All @@ -38,4 +34,3 @@ export const faqSidebarList = data.map((element, index) => {
route: "#" + element.title,
};
});
// console.log(faqSidebarList);
Loading

0 comments on commit 7c31dc1

Please sign in to comment.