my changes#2
Conversation
WalkthroughThe pull request updates Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
index.html (1)
15-18: Adjust indentation for child elements within the section.The
<h2>and<p>elements at lines 16–17 should be indented one level deeper than the<section>opening tag to maintain consistent nesting and improve readability. This aligns with standard HTML formatting conventions.Apply this diff to fix the indentation:
<section> - <h2>Emmanuel Michael</h2> - <p>I'm learning about GitHub collaboration and PRs!</p> + <h2>Emmanuel Michael</h2> + <p>I'm learning about GitHub collaboration and PRs!</p> </section>
I added my name and some info to the index.html file
Summary by CodeRabbit