Skip to content

Commit

Permalink
fix(landing): resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 8, 2023
1 parent 5163dd1 commit e3975e4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions benefits/core/templates/core/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ <h1 class="text-left p-0 ">
{% block headline %}
{% endblock headline %}
</h1>
<<<<<<< HEAD
<h2 class="h2-sm pt-1 pt-lg-5 pb-4 pb-lg-5 mb-lg-2">
<h2 class="h2-sm-p pt-1 pt-lg-5 pb-4 pb-lg-5 mb-lg-2">
{% translate "Cal-ITP Benefits connects your transit benefit to your contactless card" %}
</h2>
<span role="img" aria-label="{% translate "A person holds a contactless debit card next to a card reader on a bus." %}"></span>
=======
<h2 class="h2-sm-p pt-1 pt-lg-5 pb-4 pb-lg-5 mb-lg-2">{% translate "core.pages.landing.h2" %}</h2>
<span role="img" aria-label="{% translate "core.pages.index.alt" %}"></span>
>>>>>>> 26fe9477 (fix(css): replace p-sm with h2-sm, renamed class)
{% block call-to-action %}
{% endblock call-to-action %}
</div>
Expand Down

0 comments on commit e3975e4

Please sign in to comment.