Skip to content

Commit

Permalink
Update search headings
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisdano committed Feb 13, 2020
1 parent 6c39c15 commit 4e568b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/search/search.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section aria-label="Default search component">
<h1>Search default</h1>
<h2>Default</h2>

<form class="usa-search" role="search">
<label class="usa-sr-only" for="search-field">Search</label>
Expand All @@ -11,7 +11,7 @@
</section>

<section aria-label="Big search component">
<h1>Search big</h1>
<h2>Big</h2>

<form class="usa-search usa-search--big" role="search">
<div>
Expand All @@ -25,7 +25,7 @@
</section>

<section aria-label="Small search component">
<h1>Search small</h1>
<h2>Small</h2>

<form class="usa-search usa-search--small">
<div role="search">
Expand Down

0 comments on commit 4e568b1

Please sign in to comment.