We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0284e4b commit 7d0e68aCopy full SHA for 7d0e68a
1 file changed
src/app/day/2026/components/about-section.tsx
@@ -9,9 +9,10 @@ export function AboutSection({ children }: { children?: ReactNode }) {
9
{children || (
10
<>
11
<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.
+ GraphQL Day is a one-day community event hosted at{" "}
+ <a href="https://www.joinfost.io" className="underline hover:text-neu-900">FOST</a>{" "}
+ (Future of Software Technologies). Expect real-world talks,
15
+ workshops, and conversations about building with GraphQL.
16
</p>
17
<p className="typography-body-lg text-pretty">
18
The event is open to everyone — whether you run GraphQL in
0 commit comments