Skip to content

Commit

Permalink
Redirect about to nuft site
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Sep 15, 2024
1 parent 87392df commit 829305a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/landing/navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const navigation = [
{ name: "About", href: "/about" },
{ name: "About", href: "https://www.nuft.dev" },
{ name: "FAQ", href: "#faq" },
{ name: "Contact", href: "/contact" },
{ name: "Apply", href: "/register" },
Expand Down

0 comments on commit 829305a

Please sign in to comment.