Skip to content

Commit 3c4cd6e

Browse files
Merge pull request #5177 from cpinitiative/contact-us-bold-classes
bold CPI classes note in contact form
2 parents 8a88da2 + e02aa63 commit 3c4cd6e

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

src/components/ContactUsSlideover/ContactUsSlideover.tsx

+21-19
Original file line numberDiff line numberDiff line change
@@ -351,25 +351,27 @@ export default function ContactUsSlideover({
351351
) rather than submitting this form.
352352
</div>
353353
<div className="text-sm">
354-
If you have any questions about{' '}
355-
<a
356-
className="hover:underline text-blue-600 dark:text-blue-300"
357-
target="_blank"
358-
rel="noreferrer"
359-
href="https://joincpi.org/classes"
360-
>
361-
CPI classes
362-
</a>
363-
, please email{' '}
364-
<a
365-
className="hover:underline text-blue-600 dark:text-blue-300"
366-
target="_blank"
367-
rel="noreferrer"
368-
href="mailto:classes@joincpi.org"
369-
>
370-
classes@joincpi.org
371-
</a>{' '}
372-
rather than submitting this form.
354+
<strong>
355+
If you have any questions about{' '}
356+
<a
357+
className="hover:underline text-blue-600 dark:text-blue-300"
358+
target="_blank"
359+
rel="noreferrer"
360+
href="https://joincpi.org/classes"
361+
>
362+
CPI classes
363+
</a>
364+
, please email{' '}
365+
<a
366+
className="hover:underline text-blue-600 dark:text-blue-300"
367+
target="_blank"
368+
rel="noreferrer"
369+
href="mailto:classes@joincpi.org"
370+
>
371+
classes@joincpi.org
372+
</a>{' '}
373+
rather than submitting this form.
374+
</strong>
373375
</div>
374376
<div className="space-y-3">
375377
{topics.map((t, idx) => (

0 commit comments

Comments
 (0)