Skip to content

Commit

Permalink
add hackercamp to get involved
Browse files Browse the repository at this point in the history
added link to hackercamp main page under the get-involved section of the menu
  • Loading branch information
Pips801 authored Oct 21, 2024
1 parent 8ece604 commit 1a3085d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ export default [
props: {
href: '/get-involved/location-and-hours',
},
}
},
{
label: 'Hackercamp',
props: {
href: '/hackercamp',
},
},
],
},
{
Expand All @@ -65,4 +71,4 @@ export default [
href: '/donate',
},
},
]
]

0 comments on commit 1a3085d

Please sign in to comment.