Skip to content

Improper Heading Level (<h6>) in AI Modal #4357

@vfanucci

Description

@vfanucci

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.

Metadata

Metadata

Assignees

Labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions