Review-using-props-with-stateless-functional-components

Tell us what’s happening:
I have a suggestion that the lower right corner tips label maybe should add “x” to close it.if not ,when camper is coding which is averted by the tips label ,he will wait for that label disappear.

thank you so much.

Your code so far


class CampSite extends React.Component {
  constructor(props) {
    super(props);
  }
  render() {
    return (
      <div>
        <Camper/>
      </div>
    );
  }
};
// change code below this line

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36.

Link to the challenge: