We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4682263 commit 6535656Copy full SHA for 6535656
src/components/footer/conference-footer-box.tsx
@@ -22,7 +22,7 @@ export function ConferenceFooterBox({
22
>
23
<div className="flex flex-1 flex-col gap-4 border-b border-pri-lighter p-4 dark:border-pri-light/50">
24
<h2 className="font-mono text-2xl uppercase leading-none md:text-3xl">
25
- Join GraphQLConf 2025
+ <span className="max-xs:hidden">Join</span> GraphQLConf 2025
26
</h2>
27
</div>
28
0 commit comments