Skip to content

Commit

Permalink
Update Navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaaaavier committed Dec 23, 2024
1 parent acee375 commit d44ff00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/layout/navbars/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ export default function Navbar(props: Readonly<NavbarProps>) {
<p>{props.textContent.ourValues.openSource}</p>
</div>
</Link>
<Link href="/green-cloud-computing" locale={props.lang} passHref legacyBehavior>
<div className="flex flex-row space-x-2">
<p>{props.textContent.ourValues.sustainability}</p>
</div>
</Link>
</Disclosure.Panel>
</Transition>
</>
Expand Down

0 comments on commit d44ff00

Please sign in to comment.