Skip to content

Commit

Permalink
chore: add roadmap link in the footer (unkeyed#2291)
Browse files Browse the repository at this point in the history
* removed the wrong commits pushed with this PR

* adding roadmap after other info

---------

Co-authored-by: Meg Stepp <[email protected]>
  • Loading branch information
harshsbhat and mcstepp authored Oct 10, 2024
1 parent 4991094 commit 0608fee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/www/app/roadmap/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { redirect } from "next/navigation";

export default function RoadmapRedirect() {
return redirect("https://github.com/unkeyed/unkey/discussions/categories/roadmap");
}
1 change: 1 addition & 0 deletions apps/www/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const navigation = [
{ title: "Blog", href: "/blog" },
{ title: "Changelog", href: "/changelog" },
{ title: "Templates", href: "/templates" },
{ title: "Roadmap", href: "/roadmap" },
{
title: "Analytics",
href: "https://us.posthog.com/shared/HwZNjaKOLtgtpj6djuSo3fgOqrQm0Q?whitelabel",
Expand Down

0 comments on commit 0608fee

Please sign in to comment.