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 <[email protected]>
  • Loading branch information
hnez committed Aug 6, 2024
1 parent bf65825 commit 7513304
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 7513304

Please sign in to comment.