We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a77ff commit e484bbfCopy full SHA for e484bbf
benefits/core/templates/core/includes/modal-trigger.html
@@ -1,4 +1,4 @@
1
<!-- Inline link to trigger modal -->
2
{# djlint:off #}
3
-<a href="#{{ modal }}" class="{{ classes }}" data-bs-toggle="modal" data-bs-target="#{{ modal }}">{{ text }}{% if login %}<span class="fallback-text color-logo">Login.gov</span>{% endif %}</a>{% if period %}.{% endif %}
+<a href="#{{ modal }}" class="{{ classes }}" data-bs-toggle="modal" data-bs-target="#{{ modal }}">{{ text }}</a>{% if period %}.{% endif %}
4
{# djlint:on #}
0 commit comments