alpes-maritimes-2020: fix path for toplinks icon (#72417)

This commit is contained in:
Thomas Jund 2022-12-15 16:39:31 +01:00
parent ad791f7644
commit 16e84d204a
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<div class="toplinks--toggled-wrapper togglable">
<button aria-label="{% include "includes/user-info-user-name.html" %}" class="toplinks--togglable-btn togglable">
<svg class="toplinks-icon">
<use href="/static/{{css_variant}}/img/toplinks-icon.svg#icon" />
<use href="{{site_base}}/static/{{css_variant}}/img/toplinks-icon.svg#icon" />
</svg>
<span class="desktop-only">
{% include "includes/user-info-user-name.html" %}
@ -21,7 +21,7 @@
{% block user-info-login-label %}
<span aria-label="{{ block.super }}">
<svg class="toplinks-icon">
<use href="static/{{css_variant}}/img/toplinks-icon.svg#icon" />
<use href="{{site_base}}/static/{{css_variant}}/img/toplinks-icon.svg#icon" />
</svg>
<span class="desktop-only">
{{ block.super }}