Skip to content

Commit d0b360a

Browse files
authored
Fix path to login icons (#2195)
1 parent a14dc27 commit d0b360a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funnel/templates/password_login_form.html.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
href="{{ url_for('login_service', service=provider_name) }}"
7575
data-ga="login using {{ provider_name }}"
7676
aria-label="{% trans title=provider.title %}Login using {{ title }}{% endtrans %}">
77-
<img src="{{ url_for('static', filename='img/' + provider_name + '.svg') }}"
77+
<img src="{{ url_for('static', filename='img/login/' + provider_name + '.svg') }}"
7878
alt="{{ provider.title }}"
7979
aria-hidden="true"/>
8080
</a>

0 commit comments

Comments
 (0)