Skip to content

fix: resolve double comma typo in hero section heading#1083

Open
sonusharma6-dsa wants to merge 1 commit into
souma9830:masterfrom
sonusharma6-dsa:fix/hero-comma-typo
Open

fix: resolve double comma typo in hero section heading#1083
sonusharma6-dsa wants to merge 1 commit into
souma9830:masterfrom
sonusharma6-dsa:fix/hero-comma-typo

Conversation

@sonusharma6-dsa

Copy link
Copy Markdown

Closes #937. Removes the extra hardcoded comma in HeroSection.jsx since heroMainTitle already contains a trailing comma.

Copilot AI review requested due to automatic review settings July 2, 2026 16:33
@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

@sonusharma6-dsa is attempting to deploy a commit to the souma9830's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes the Hero section heading typo where the UI rendered a double comma (,,) by removing the extra hardcoded comma in the component and relying on the localized heroMainTitle string, which already includes a trailing comma.

Changes:

  • Removed the hardcoded comma after t.heroMainTitle in the Hero heading to prevent ",," from being rendered.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

[UI Bug]: Fix double comma typo in Hero Section heading

2 participants