diff --git a/apps/www/app/github/page.tsx b/apps/www/app/github/page.tsx index b100c6a753..0c5826e126 100644 --- a/apps/www/app/github/page.tsx +++ b/apps/www/app/github/page.tsx @@ -1,5 +1,5 @@ import { redirect } from "next/navigation"; -export default function DiscordRedirect() { +export default function GitHubRedirect() { return redirect("https://github.com/unkeyed/unkey"); }