Skip to content

Commit 9be78a7

Browse files
authored
Merge pull request #63 from graphql/about
Slight tweak to the About section
2 parents 583199a + f272a5e commit 9be78a7

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

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

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)