Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/banner/banner.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ context:
# be updated when the banner text changes in order to keep the same
# wrapping behavior.
stateOfNjText: "Official Site of the State of New Jersey"
governorName: "Governor Phil Murphy"
ltGovernorName: "Lt. Governor Tahesha Way"
governorName: "Governor Mikie Sherrill"
ltGovernorName: "Lt. Governor Dr. Dale G. Caldwell"
4 changes: 2 additions & 2 deletions src/components/identifier/identifier.njk
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
<ul class="usa-identifier__required-links-list">
<li class="usa-identifier__required-links-item">
<a href="https://nj.gov/governor/admin/about/" class="usa-identifier__required-link">
Governor Phil Murphy
Governor Mikie Sherrill
</a>
</li>
<li class="usa-identifier__required-links-item">
<a href="https://nj.gov/governor/admin/lt/"
class="usa-identifier__required-link">
Lt. Governor Tahesha Way
Lt. Governor Dr. Dale G. Caldwell
</a>
</li>
<li class="usa-identifier__required-links-item">
Expand Down
2 changes: 1 addition & 1 deletion src/sass/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ i.e.

// Set min-width so the names are hidden before the stateOfNjText wraps to
// 3 lines
@media (min-width: 43rem) {
@media (min-width: 46rem) {
display: inline;
}
@include u-margin-right(1);
Expand Down