Skip to content

Commit

Permalink
fix: remove roadmap from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Jul 24, 2024
1 parent b15184c commit 27fb5d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions inlang/source-code/website/src/pages/index/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ const Footer = () => {
name: m.footer_resources_documentation(),
href: "/documentation",
},
{
name: m.footer_resources_roadmap(),
href: "https://github.com/orgs/inlang/projects?query=is%3Aopen",
},
{
name: m.footer_resources_inlang_manage(),
href: import.meta.env.PROD ? "https://manage.inlang.com" : "http://localhost:4004",
Expand Down

0 comments on commit 27fb5d1

Please sign in to comment.