File tree 1 file changed +21
-19
lines changed
src/components/ContactUsSlideover
1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -351,25 +351,27 @@ export default function ContactUsSlideover({
351
351
) rather than submitting this form.
352
352
</ div >
353
353
< 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 >
373
375
</ div >
374
376
< div className = "space-y-3" >
375
377
{ topics . map ( ( t , idx ) => (
You can’t perform that action at this time.
0 commit comments