Skip to content

Commit c578ba9

Browse files
authored
Merge pull request #115 from Simranstha045/punctuation-fix
Fixed punctuation error in PRs should not be labeled as invalid
2 parents e23d14b + 25a79e3 commit c578ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const Home = () => {
188188
<div className="col-12 col-md-6 col-lg-3">
189189
<div className="card participation-card">
190190
<img className='mb-md-6x' src={Icon7} alt="PRs should not be labeled as ‘invalid." />
191-
<p className='leading-6 font-normal'>PRs should not be labeled as ‘invalid.&apos;</p>
191+
<p className='leading-6 font-normal'>PRs should not be labeled as ‘invalid&apos;.</p>
192192
</div>
193193
</div>
194194
</div>

0 commit comments

Comments
 (0)