Skip to content

Commit f35cf2a

Browse files
committed
fix a broken link to FAQ
1 parent 20d6438 commit f35cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function Layout({
5858
{ children: "Speakers", href: "/#speakers" },
5959
{ children: "GraphQLConf 2024", href: "/conf/2024" },
6060
{ children: "FAQ", href: "#faq" },
61-
{ children: "Contact Us", href: "/conf/2025/faq/#contact" },
61+
{ children: "Contact Us", href: "/conf/2025/resources/#contact" },
6262
{ children: "GraphQL", href: "/" },
6363
{ children: "GraphQL Foundation", href: "/foundation" },
6464
[

0 commit comments

Comments
 (0)