Skip to content

Commit

Permalink
Remove recommended tag and summary box
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleadem committed Dec 12, 2023
1 parent 3d7bf45 commit d9d1e68
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions _includes/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ <h2 class="usa-alert__heading">{{ page.alert-heading }}</h2>
</div>
{% endif %}

<span class="usa-tag usa-tag--big site-checklist--recommended margin-bottom-10">Recommended</span>

<div
class="usa-summary-box measure-5 margin-top-5 margin-bottom-5 background-none"
role="region"
aria-labelledby="summary-box-key-information"
>
<div class="usa-summary-box__body">
<h3 class="usa-summary-box__heading" id="summary-box-key-information">
Accessibility test status
</h3>
<div class="usa-summary-box__text">
<p class="margin-bottom-0">This component passes 23 of 24 tests in our accessibility testing checklist.
Learn more about these tests on the <a href="{{ site.baseurl }}/components/accordion/checklist">accordion accessibility testing guide </a>.</p>
</div>
</div>
</div>

{% if page.parent == null and content.size > 1 %}
<h2 class="site-component-section-title">About the {{ componentName }} {{ page.type }}</h2>
<div class="font-lang-md measure-5 margin-top-3 margin-bottom-6">
Expand Down

0 comments on commit d9d1e68

Please sign in to comment.