Skip to content

fix: resolve layout leak and duplicate feature card (#395)#463

Open
shivani11jadhav wants to merge 1 commit into
komalharshita:mainfrom
shivani11jadhav:fix/duplicate-feature-card-39
Open

fix: resolve layout leak and duplicate feature card (#395)#463
shivani11jadhav wants to merge 1 commit into
komalharshita:mainfrom
shivani11jadhav:fix/duplicate-feature-card-39

Conversation

@shivani11jadhav
Copy link
Copy Markdown

Description

Addresses issue #395. The duplicate "Starter Code Included" card on the homepage was caused by an unclosed div tag inside the "Area of Interest" form group section. This broke the DOM structure and leaked the layout into the features grid.

Changes Made

  • Properly structured and closed the <div class="form-group"> container for the Area of Interest drop-down.
  • Verified that the features grid now displays correctly with a single "Starter Code Included" card.

Closes

Closes #395

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

Someone is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting your first pull request to DevPath.

Before review:

  • Complete the PR template fully
  • Ensure all tests pass
  • Link your PR to an issue
  • Keep changes scoped to the issue

A maintainer will review your contribution soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Duplicate "Starter Code Included" Feature Card on Homepage

1 participant