Skip to content

Commit

Permalink
Merge pull request #925 from weather-gov/mgwalker/913-touchpoints
Browse files Browse the repository at this point in the history
Add touchpoints
  • Loading branch information
greg-does-weather committed Mar 28, 2024
2 parents 2678966 + 6d0eaa2 commit f69443b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<button id="weathergov-use-browser-location" type="button" class="usa-button usa-button--unstyled">{{ 'Use my location' | t }}</button>
</div>
</div>
<div class="usa-combo-box z-top" data-filter=".*">
<div class="usa-combo-box z-500" data-filter=".*">
<select class="usa-select" name="weather location" id="weather-location-search">
</select>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@
</nav>
{{ page.footer }}
</div>

<a href="https://touchpoints.app.cloud.gov/touchpoints/22acf675/submit"
class="usa-button position-fixed bottom-0 right-3">
Help improve this site
</a>

</footer>
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
{{ page_top }}
{{ page }}
{{ page_bottom }}

<js-bottom-placeholder token="{{ placeholder_token }}">
</body>
</html>

0 comments on commit f69443b

Please sign in to comment.