Skip to content

Commit

Permalink
Merge pull request #179 from GSA-TTS/fix_join_us
Browse files Browse the repository at this point in the history
Fix join us
  • Loading branch information
wesley-dean-gsa authored Aug 26, 2024
2 parents fac0861 + d7c7546 commit 0e1c080
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/heroAlert.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"message": "TTS is hiring, <a href=\"{{ '/join' | url }}\" class=\"usa-link\">Join us!</a>"
"message": "TTS is hiring, <a href=\"{{ '/join' | url }}\" class=\"usa-link\">Join us!!</a>"
}
12 changes: 11 additions & 1 deletion _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
{% endcomment %}

{% if site.show_site_alert %}
{% render "hero-alert.html", alert: heroAlert['message'] %}

<section class="usa-site-alert usa-site-alert--info usa-site-alert--slim" aria-label="Site alert,">
<div class="usa-alert">
<div class="usa-alert__body">
<p class="usa-alert__text">
TTS is hiring, <a href="{{ '/join' | url }}" class="usa-link">Join us!</a>
</p>
</div>
</div>
</section>

{% endif %}
<section class="position-relative tts-hero-wrap">
<div class="usa-hero--tts opacity-90"></div>
Expand Down

0 comments on commit 0e1c080

Please sign in to comment.