File tree Expand file tree Collapse file tree
src/app/day/2026/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,20 @@ export function AboutSection({ children }: { children?: ReactNode }) {
99 { children || (
1010 < >
1111 < p className = "typography-body-lg" >
12- GraphQL Day is a one-day community event hosted at FOST (Future
13- of Software Technologies). Expect real-world talks, workshops,
14- and conversations about building with GraphQL.
12+ GraphQL Day is a one-day community event hosted at{ " " }
13+ < a
14+ href = "https://www.joinfost.io"
15+ className = "underline hover:text-neu-900"
16+ >
17+ FOST
18+ </ a > { " " }
19+ (Future of Software Technologies, think federation of
20+ conferences!).
21+ </ p >
22+ < p className = "typography-body-lg text-pretty" >
23+ It is an opportunity to connect with other API ecosystems, meet
24+ new and seasoned GraphQL users, educate about GraphQL, share
25+ best practices, and have fun!
1526 </ p >
1627 < p className = "typography-body-lg text-pretty" >
1728 The event is open to everyone — whether you run GraphQL in
You can’t perform that action at this time.
0 commit comments