Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix internal page link errors from mobile navigation #3059

Merged
merged 4 commits into from Jun 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
102 changes: 22 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/components/layouts/_base.njk
Expand Up @@ -30,8 +30,5 @@
{% block footer -%}
{% render '@footer' %}
{% endblock %}

<script src="{{ uswds.path }}/js/uswds.min.js"></script>
{% block scripts %}{% endblock %}
</body>
</html>
2 changes: 1 addition & 1 deletion src/components/layouts/landing-inner.njk
Expand Up @@ -16,7 +16,7 @@

{% render '@graphic-list' %}

<section class="usa-section">
<section id="test-section-id" class="usa-section">
<div class="grid-container">
<h2 class="font-heading-xl margin-y-0">Section heading</h2>
<p class="usa-intro">Everything up to this point should help people understand your agency or project: who you are, your goal or mission, and how you approach it. Use this section to encourage them to act. Describe why they should get in touch here, and use an active verb on the button below. “Get in touch,” “Learn more,” and so on.</p>
Expand Down