Debug Camperbot's Profile Page - Debug Camperbot's Profile Pagedecamper debug page error

`hi so pasting the code and the error below.
how to get this to pass. only one. and as a screen reader user. what am i missing. please explain and what am i missing. do i need to change or not change the text. a bit confused.
marvin.

Hello from Camperbot!

Welcome!

About

My name is Camperbot and I love reading and learning new things.

Background and Interests

I enjoy solving puzzles.

`### Tell us what's happening: hi, doing the decamper debug page and now not liking the h2. and says not to change the about text. so not sure why it is not passing. this is the only one. what am i missing.

Your code so far

<h1>Hello from Camperbot!</h1>

<h2>Welcome!</h2>
<h2>About</h2>

<p>My name is Camperbot and I love reading and learning new things.</p>

<h3>Background and Interests</h3>
<p>I enjoy solving puzzles.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Debug Camperbot’s Profile Page - Debug Camperbot’s Profile Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-debug-camperbots-profile-page/lab-debug-camperbots-profile-pagee

You need to remove the element with the Welcome text completely.

The issue was that you changed that h1 to an h2 but the directions wanted you to remove that entire element instead of change it.

Hope that helps

hi, got that working. thanks for that. stupid me. should pay more attention. thought i was. so passed.
thanks.b