Skip to content

Commit 1138223

Browse files
committed
Slightly tweak the About section
1 parent 7d0e68a commit 1138223

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

src/app/day/2026/components/about-section.tsx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@ export function AboutSection({ children }: { children?: ReactNode }) {
1010
<>
1111
<p className="typography-body-lg">
1212
GraphQL Day is a one-day community event hosted at{" "}
13-
<a href="https://www.joinfost.io" className="underline hover:text-neu-900">FOST</a>{" "}
14-
(Future of Software Technologies). Expect real-world talks,
15-
workshops, and conversations about building with GraphQL.
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+
They are an opportunity to connect with other API ecosystems,
24+
meet new and seasoned GraphQL users, educate about GraphQL,
25+
share best practices, and have fun!
1626
</p>
1727
<p className="typography-body-lg text-pretty">
1828
The event is open to everyone — whether you run GraphQL in

0 commit comments

Comments
 (0)