Skip to content

Commit 6535656

Browse files
committed
Hide "Join" on small screens
1 parent 4682263 commit 6535656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer/conference-footer-box.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function ConferenceFooterBox({
2222
>
2323
<div className="flex flex-1 flex-col gap-4 border-b border-pri-lighter p-4 dark:border-pri-light/50">
2424
<h2 className="font-mono text-2xl uppercase leading-none md:text-3xl">
25-
Join GraphQLConf 2025
25+
<span className="max-xs:hidden">Join</span> GraphQLConf 2025
2626
</h2>
2727
</div>
2828

0 commit comments

Comments
 (0)