Skip to content

Commit

Permalink
fix(elig-start): remove extra white space
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 19, 2023
1 parent 6503e20 commit 958008a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<div class="media-body--details">
<p>
{% translate "eligibility.pages.start.senior.start_item.details" %}
<!-- Button to trigger modal -->
<button type="button" class="modal-trigger--link" data-bs-toggle="modal" data-bs-target="#identity-verification-help">
{% translate "eligibility.pages.start.senior.help.link_text" %}
</button>
{% translate "eligibility.pages.start.senior.help.link_text" as trigger_text %}
<span class="text-decoration-underline text-decoration-underline--primary">
{% include "core/includes/modal-trigger.html" with id="identity-verification-help" classes="modal-trigger--link" text=trigger_text %}
</span>
</p>
<div class="media-body--items">
<p>{% translate "eligibility.pages.start.senior.start_item.secondary_details" %}</p>
Expand Down

0 comments on commit 958008a

Please sign in to comment.