Skip to content

Commit

Permalink
Merge pull request #3027 from opral/nilsjacobsen/inweb-118-remove-roa…
Browse files Browse the repository at this point in the history
…dmap-from-footer

fix: remove roadmap from footer
  • Loading branch information
NilsJacobsen authored Jul 24, 2024
2 parents b15184c + 27fb5d1 commit 79a6f01
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 79a6f01

Please sign in to comment.