fix(content): add center prop to MDX page buttons

Adds center to every <Button> in content MDX files that previously relied
on the removed .button-center global class. Also includes minor content
cleanups in the same files: eyebrow markup for section labels in
aba-therapy.mdx, and removal of extra blank lines between list items in
learner-social-club.mdx.
This commit is contained in:
2026-06-25 20:59:11 -07:00
parent c6202d2ac6
commit 2f208aa6e4
4 changed files with 9 additions and 17 deletions
@@ -50,4 +50,4 @@ ADOS is a structured evaluation tool used by our specialists to assess behaviors
This evaluation involves observing how your child interacts with various play-based social scenarios. For younger children, this may include activities like playing with blocks or having a snack, while older children who communicate verbally may participate in conversations about daily activities, such as attending school.
<Button href="https://form.jotform.com/231638510219149" target="_blank">Make an Appointment</Button>
<Button href="https://form.jotform.com/231638510219149" target="_blank" center>Make an Appointment</Button>