Skip to content

Commit

Permalink
Merge pull request #264 from cisagov/ky/update-header-nav-order
Browse files Browse the repository at this point in the history
Some cosmetic changes to header
  • Loading branch information
kristinacyin committed Mar 8, 2024
2 parents 30bb99c + baa85d4 commit c1a8b0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit c1a8b0f

Please sign in to comment.