Skip to content

Commit

Permalink
Merge pull request #1765 from weather-gov/ik/wfo-promo-link-color
Browse files Browse the repository at this point in the history
Change WFO promo link to usa-link
  • Loading branch information
greg-does-weather committed Sep 12, 2024
2 parents cc0b24e + 486929a commit ab3a398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="grid-row">
<div class="grid-col tablet-lg:grid-offset-2 tablet-lg:grid-col-8">
<h3 class="wx-visual-h2 text-normal text-primary-darker"> {{ "Your Local Forecast Office" | t }} </h3>
<h4 class="wx-visual-h3 margin-bottom-1"><a href="/offices/{{ content.code }}">{{ content.name }}</a></h4>
<h4 class="wx-visual-h3 margin-bottom-1"><a class="usa-link" href="/offices/{{ content.code }}">{{ content.name }}</a></h4>
<p class="line-height-sans-4 margin-top-0">
{{ content.about | view }}
</p>
Expand Down

0 comments on commit ab3a398

Please sign in to comment.