Skip to content

Commit e484bbf

Browse files
committed
feat(modal): remove Login modal trigger code
1 parent 87a77ff commit e484bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!-- Inline link to trigger modal -->
22
{# 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 %}
3+
<a href="#{{ modal }}" class="{{ classes }}" data-bs-toggle="modal" data-bs-target="#{{ modal }}">{{ text }}</a>{% if period %}.{% endif %}
44
{# djlint:on #}

0 commit comments

Comments
 (0)