Skip to content

Commit 4e9be30

Browse files
Merge branch 'main' into multi-sous-categories
2 parents 87a07ea + 7c0c09f commit 4e9be30

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

static/to_collect/assistant/bloc-marque.svg renamed to templates/components/header/bloc-marque.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<svg width="122" height="50" viewBox="0 0 122 50" fill="none" xmlns="http://www.w3.org/2000/svg">
1+
<svg width="171" height="70" viewBox="0 0 122 50" fill="none" xmlns="http://www.w3.org/2000/svg">
22
<path d="M24.4444 0.155548H0V9.04443H24.4444V0.155548Z" fill="white"/>
33
<path d="M7.89349 7.97699C7.89673 7.97699 7.89996 7.97222 7.89996 7.97222C7.92567 7.95314 7.95146 7.92937 7.97401 7.90084C7.97078 7.90084 7.96754 7.90084 7.96431 7.89615C7.94175 7.91992 7.91605 7.94845 7.89349 7.97699Z" fill="#000091"/>
44
<path d="M11.1679 6.8688L11.1108 6.91792C11.1435 6.90973 11.1679 6.90155 11.1679 6.8688Z" fill="#000091"/>

templates/components/header/header.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,8 @@
3939
{% endblock brand %}
4040

4141
{% block operator_logo %}
42-
<a href="/" title="Accueil — {{ SITE_CONFIG.site_title }}">
43-
<img
44-
src="{% static 'assistant/bloc-marque.svg' %}"
45-
class="max-md:qf-max-w-[220px]"
46-
alt="Bloc-marque Ademe & République française"
47-
>
42+
<a class="md:qf-px-2w" href="/" title="Accueil — {{ SITE_CONFIG.site_title }}">
43+
{% include './bloc-marque.html' %}
4844
</a>
4945
{% endblock operator_logo %}
5046

0 commit comments

Comments
 (0)