Skip to content

Commit

Permalink
Merge pull request #115 from Simranstha045/punctuation-fix
Browse files Browse the repository at this point in the history
Fixed punctuation error in PRs should not be labeled as invalid
  • Loading branch information
mesaugat authored Nov 4, 2024
2 parents e23d14b + 25a79e3 commit c578ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const Home = () => {
<div className="col-12 col-md-6 col-lg-3">
<div className="card participation-card">
<img className='mb-md-6x' src={Icon7} alt="PRs should not be labeled as ‘invalid." />
<p className='leading-6 font-normal'>PRs should not be labeled as ‘invalid.&apos;</p>
<p className='leading-6 font-normal'>PRs should not be labeled as ‘invalid&apos;.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit c578ba9

Please sign in to comment.