Skip to content

Commit 7d0e68a

Browse files
committed
Add FOST link
1 parent 0284e4b commit 7d0e68a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ 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 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.
1516
</p>
1617
<p className="typography-body-lg text-pretty">
1718
The event is open to everyone — whether you run GraphQL in

0 commit comments

Comments
 (0)