Skip to content

Commit

Permalink
web: add a link to the list of licenses
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Aug 5, 2024
1 parent ff81fd0 commit 50e26e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ function Navigation() {
text: "LXA TAC Manual",
href: "https://www.linux-automation.com/lxatac-M02/index.html",
},
{
type: "link",
external: true,
text: "Software Licenses",
href: `/license`,
},
],
},
]}
Expand Down

0 comments on commit 50e26e2

Please sign in to comment.