Skip to content

Commit

Permalink
CORE: add labs to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Jan 31, 2025
1 parent 4e3c1d9 commit d143114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/elements/footer/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const Footer = ({ className }) => (
<MenuList.Item href="/services">Services</MenuList.Item>
<MenuList.Item href="/membership">Membership</MenuList.Item>
<MenuList.Item href="/sponsorship">Sponsorship</MenuList.Item>
<MenuList.Item href="/innovations/labs">Labs</MenuList.Item>
</MenuList>
<MenuList title="Organisation">
<MenuList.Item href="/about">About us</MenuList.Item>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/header/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const Header = ({ children, className, id, ...passProps }) => {
</Group>
<Group id="innovations" label="Innovations" tag="li">
<Item href="/about/research-outputs">Our research</Item>
<Item href="/innovations/labs">CORE Labs</Item>
<Item href="/innovations/labs">Labs</Item>
</Group>
</Menu>
</AppBar.Item>
Expand Down

0 comments on commit d143114

Please sign in to comment.