Skip to content

Commit

Permalink
fix: copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
gokaygurcan authored Nov 3, 2024
1 parent 56274c0 commit 14371ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/app/github/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { redirect } from "next/navigation";

export default function DiscordRedirect() {
export default function GitHubRedirect() {
return redirect("https://github.com/unkeyed/unkey");
}

0 comments on commit 14371ba

Please sign in to comment.