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

Some cosmetic changes to header #264

Merged
merged 3 commits into from Mar 8, 2024
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
4 changes: 2 additions & 2 deletions _data/site.yaml
Expand Up @@ -19,12 +19,12 @@ primary_navigation:
url: /
- name: Domains
url: /domains
- name: Help
url: /help
- name: Blog
url: /blog
- name: About
url: /about
- name: Help
url: /help

# Registrar url that can be referenced throughout get.gov
registrar:
Expand Down
2 changes: 1 addition & 1 deletion _includes/hero.html
Expand Up @@ -20,7 +20,7 @@ <h1 class="hero-heading hero-heading__callout margin-top-0 padding-top-0">
<a class="usa-button usa-button--outline margin-top-105"
href="{{ site.registrar.url }}"
>
Manage your domains
Manage your domain
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/menu.html
Expand Up @@ -7,7 +7,7 @@
<div class="display-flex" style="flex: 1 1 0%;">
{% include "logo.html" %}
<a class="usa-button usa-button--outline margin-right-2 hidden-mobile margin-left-auto flex-align-self-center margin-top-1" href="{{site.registrar.url}}">
Manage your domains
Manage your domain
</a>
</div>
<button class="usa-menu-btn">Menu</button>
Expand Down Expand Up @@ -61,7 +61,7 @@
{% endunless %}
</div>
<a class="usa-button usa-button--outline margin-right-2 margin-top-3 hidden-desktop" href="{{site.registrar.url}}">
Manage your domains
Manage your domain
</a>
</ul>
<!-- Removed the secondary nav as part of https://github.com/cisagov/getgov-home/pull/134
Expand Down