Location: AI Search Modal (#search-ai-modal)
The Problem: The label "EXAMPLE QUESTIONS" is marked as an <h6>. This creates a "skipped heading level" error because there are no <h2> through <h5> preceding it within the modal context.
Current Code:
<h6 data-v-868e7375>EXAMPLE QUESTIONS</h6>
Replace <h6> with a<p>or <span>.
- Use a CSS class (e.g., .text-overline or .label-small) to maintain the uppercase styling and small font size.
Location: AI Search Modal (#search-ai-modal)
The Problem: The label "EXAMPLE QUESTIONS" is marked as an
<h6>. This creates a "skipped heading level" error because there are no<h2>through<h5>preceding it within the modal context.Current Code:
<h6 data-v-868e7375>EXAMPLE QUESTIONS</h6>Replace
<h6>with a<p>or<span>.