Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename blog overview section to latest posts #19

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

Devansh-365
Copy link
Contributor

Description

This PR fixes the navigation confusion by renaming the main blog listing from "Overview" to "Latest Posts" while keeping the category-specific section as "Overview".

What type of PR is this? (check all applicable)

  • 💡 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Fixes #18

Mobile & Desktop Screenshots/Recordings

image image

Changes to BlogLayoutHero component:

  • Renamed the "Overview" category link to "Latest Posts" in the main navigation.
  • Updated the "Overview" category link to "Latest Posts" in the mobile navigation.

Steps to QA

  1. Navigate to /blog
  2. Verify main section shows "Latest Posts" instead of "Overview"
  3. Navigate to blog categories
  4. Verify category-specific section still shows "Overview"
  5. Check that all navigation links work correctly
  6. Test on both mobile and desktop viewports

Added to documentation?

  • 📜 README.md
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

Copy link

vercel bot commented Jan 5, 2025

@Devansh-365 is attempting to deploy a commit to the Codehagen Team on Vercel.

A member of the Team first needs to authorize it.

@Codehagen Codehagen self-requested a review January 6, 2025 07:49
Copy link
Owner

@Codehagen Codehagen left a comment

Choose a reason for hiding this comment

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

Looks good to me

@Codehagen Codehagen merged commit 887be75 into Codehagen:main Jan 9, 2025
1 of 2 checks passed
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.

Bug: Duplicate "Overview" sections in blog navigation causing confusion
2 participants