Skip to content

Commit ec7cb95

Browse files
committed
Add sponsor support contact to main contact box
Signed-off-by: Andy Piper <[email protected]>
1 parent 06508d0 commit ec7cb95

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pages/about/index.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,23 @@ const About = () => (
343343
</dd>
344344
</div>
345345

346+
<div className="b1 mb-4">
347+
<dt className="font-bold">Sponsor assistance:</dt>
348+
<dd className="b3">Support for sponsor listings, donations (
349+
<Link
350+
key="sponsorship"
351+
href="/sponsors"
352+
className="text-blurple-500 hocus:underline">sponsorship info</Link>)</dd>
353+
<dd>
354+
<a
355+
href="mailto:[email protected]"
356+
className="text-blurple-500 hover:underline"
357+
>
358+
359+
</a>
360+
</dd>
361+
</div>
362+
346363
<div className="b1 mb-4">
347364
<dt className="font-bold">Legal and trademarks:</dt>
348365
<dd className="b3">Legal and compliance, trademarks (

0 commit comments

Comments
 (0)