Skip to content

Commit

Permalink
add blog
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeledCode committed Aug 4, 2023
1 parent 06e9a2f commit bb06a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Layout/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export const navLinks = [
{ path: '/', name: 'Home' },
{ path: '/work', name: 'Work' },
{ path: '/team', name: 'Team' },
{ path: 'https://medium.com/civicdatalab', name: 'Blogs', external: true },
{ path: '/about', name: 'About' },
{ path: '/contact', name: 'Contact' },
{ path: '/events', name: 'Events' },
Expand Down

0 comments on commit bb06a9c

Please sign in to comment.