Skip to content

Commit 625bd6f

Browse files
authored
fix(site): Update license page link in footer
1 parent 2e84c5a commit 625bd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const footerNav = {
3030
Legal: [
3131
{ title: "Privacy Policy", href: "/legal/privacy" },
3232
{ title: "Terms of Service", href: "/legal/terms" },
33-
{ title: "License", href: "/license" },
33+
{ title: "License", href: "/legal/license" },
3434
{ title: "Security", href: "/security" },
3535
],
3636
};

0 commit comments

Comments
 (0)