Counselllor / Counsellor-Web

Prefer using self closing instead of closing tag for components having no children JS-0468
Style
Minor
1 occurrence in this check
Empty components are self-closing
11            <input type="email" id="email" placeholder="Enter your email address"/>
12            <button id="subscribe-btn">Subscribe</button>
13        </form>
14        <div id="newsletter-response"></div>15        </section>
16      <div>
17