Skip to content

Commit

Permalink
Change hero heading to h1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Benari committed Mar 19, 2019
1 parent c95723d commit c361580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/hero/hero.njk
Original file line number Diff line number Diff line change
@@ -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 c361580

Please sign in to comment.