Skip to content

Commit ff12463

Browse files
committed
fix(web): rename footer contact link
1 parent 126cbba commit ff12463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/sections/footer-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { URLs } from "@/lib/consts";
99

1010
const navLinks = [
1111
{ label: "Docs", href: "/docs" },
12-
{ label: "Get in touch", href: "/contact" },
12+
{ label: "Contact", href: "/contact" },
1313
{ label: "Author", href: URLs.authorX, external: true },
1414
];
1515

0 commit comments

Comments
 (0)