-
Notifications
You must be signed in to change notification settings - Fork 325
[Good First Issue] Fix heading hierarchy in the main page #69
Copy link
Copy link
Open
Labels
good first issueGood for newcomers and beginnersGood for newcomers and beginnersgssoc'26GirlScript Summer of Code 2026GirlScript Summer of Code 2026gssoc:approvedApproved for GSSoC'26Approved for GSSoC'26level:beginnerBeginner level - 20 ptsBeginner level - 20 ptsquality:cleanWell-implemented, clean codeWell-implemented, clean codetype:accessibilityAccessibilityAccessibilitytype:bugBug fixBug fix
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers and beginnersGood for newcomers and beginnersgssoc'26GirlScript Summer of Code 2026GirlScript Summer of Code 2026gssoc:approvedApproved for GSSoC'26Approved for GSSoC'26level:beginnerBeginner level - 20 ptsBeginner level - 20 ptsquality:cleanWell-implemented, clean codeWell-implemented, clean codetype:accessibilityAccessibilityAccessibilitytype:bugBug fixBug fix
Overview
Proper heading hierarchy (h1 → h2 → h3) is important for accessibility and SEO. Audit the current heading structure in the app.
Task
src/app/page.tsxandsrc/components/VideoEditor.tsxfor heading elements<h1>(the app name/title)<h2><h3>Acceptance Criteria
<h1>on the pageGood first issue — estimated effort: 20 minutes