Skip to content

Commit

Permalink
adding blog to header (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya authored and duggalsu committed Oct 24, 2023
1 parent ef3076b commit e7571be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uli-website/src/components/molecules/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const NavBarByLang = {
<Box direction="row" gap={"medium"}>
<NavLink to={"/user-guide"}>User Guide</NavLink>
<NavLink to={"/about"}>About</NavLink>
<NavLink to={"/blog"}>Blog</NavLink>
<NavLink to={"/faq"}>FAQ</NavLink>
<NavLink to={"/research"}>Research</NavLink>
</Box>
Expand Down

0 comments on commit e7571be

Please sign in to comment.