Skip to content

Commit

Permalink
Merge pull request #2973 from uswds/mb-update-hero-heading
Browse files Browse the repository at this point in the history
Change hero heading to h1
  • Loading branch information
saracope committed Mar 20, 2019
2 parents e3b93f9 + c361580 commit 7c410c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/hero/hero.njk
@@ -1,12 +1,12 @@
<section class="usa-hero">
<div class="grid-container">
<div class="usa-hero__callout">
<h2 class="usa-hero__heading">
<h1 class="usa-hero__heading">
{%- if hero.callout -%}
<span class="usa-hero__heading--alt">{{ hero.callout }}</span>
{%- endif -%}
{{ hero.title }}
</h2>
</h1>
{%- if hero.paragraph -%}
<p>{{ hero.paragraph }}</p>
{%- endif -%}
Expand Down

0 comments on commit 7c410c8

Please sign in to comment.