Skip to content

Commit

Permalink
Remove small search box
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa committed Aug 26, 2024
1 parent ac6540d commit e5c6989
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions _data/assetPaths.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"admin.js": "/assets/js/admin-FRDUYGSL.js",
"admin.map": "/assets/js/admin-FRDUYGSL.js.map",
"app.js": "/assets/js/app-SDZ4ULFW.js",
"app.map": "/assets/js/app-SDZ4ULFW.js.map",
"admin.js": "/assets/js/admin-RJYP54EU.js",
"admin.map": "/assets/js/admin-RJYP54EU.js.map",
"app.js": "/assets/js/app-XFKDNIAK.js",
"app.map": "/assets/js/app-XFKDNIAK.js.map",
"uswds.js": "/assets/js/uswds-init.js",
"styles.css": "/assets/styles/styles-J5DQM6RN.css",
"styles.map": "/assets/styles/styles-J5DQM6RN.css.map"
}
"styles.css": "/assets/styles/styles-ZVXT7TJI.css",
"styles.map": "/assets/styles/styles-ZVXT7TJI.css.map"
}
4 changes: 2 additions & 2 deletions _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
</li>
{% endfor %}
</ul> -->
<!-- {% include "searchgov/form.html" searchgov: site.searchgov %} -->

{% comment %}
This will redirect the results to /search template which will handle the js loading
Expand All @@ -87,6 +86,7 @@
</form>
{% endif %}

{% comment %}
<section aria-label="Small search component">
<form class="usa-search usa-search--small" role="search">
<label class="usa-sr-only" for="search-field-en-small">Search</label>
Expand All @@ -101,7 +101,7 @@
</button>
</form>
</section>

{% endcomment %}
{% include "searchgov/form.html" searchgov: site.searchgov %}
</div>
</div>
Expand Down

0 comments on commit e5c6989

Please sign in to comment.