Skip to content

Remove redundant blogs page heading and collapse leftover spacing#1655

Merged
sanjay-kv merged 3 commits into
mainfrom
copilot/remove-find-the-right-guide-text
May 23, 2026
Merged

Remove redundant blogs page heading and collapse leftover spacing#1655
sanjay-kv merged 3 commits into
mainfrom
copilot/remove-find-the-right-guide-text

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 23, 2026

Description

Removes the redundant Find the right guide heading from the blogs landing page and tightens the section spacing so the articles grid starts without the extra vertical gap.

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

  • Blogs page heading cleanup

    • Removed the secondary heading text from the blogs articles section.
    • Kept the existing Explore articles eyebrow label intact.
  • Spacing adjustment

    • Reduced the inline padding on the section panel to eliminate the empty space left by the removed heading.
<div
  className="blog-search-panel"
  style={{ padding: "0", background: "transparent", border: "none", boxShadow: "none" }}
>
  <p className="blog-search-eyebrow">Explore articles</p>
</div>

Dependencies

  • No new dependencies.
  • No version or configuration changes.

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers and devices
  • My changes do not generate new console warnings or errors .
  • I ran npm run build and attached screenshot(s) in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

Copilot AI linked an issue May 23, 2026 that may be closed by this pull request
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
recode-website Ready Ready Preview, Comment May 23, 2026 2:59am

Copilot AI changed the title [WIP] Remove 'Find the right guide' text from blog page Remove redundant blogs page heading and collapse leftover spacing May 23, 2026
Copilot AI requested a review from sanjay-kv May 23, 2026 02:59
@sanjay-kv sanjay-kv marked this pull request as ready for review May 23, 2026 03:02
@sanjay-kv sanjay-kv merged commit 51dcb0d into main May 23, 2026
7 checks passed
@sanjay-kv sanjay-kv deleted the copilot/remove-find-the-right-guide-text branch May 23, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

blog page text and spacing removal

2 participants