Skip to content

Commit cae2d0f

Browse files
committed
Updated toolbar logo
1 parent 4760142 commit cae2d0f

File tree

2 files changed

+139
-3
lines changed

2 files changed

+139
-3
lines changed
Lines changed: 135 additions & 0 deletions
Loading

Resources/views/webprofiler.html.twig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
{% block toolbar %}
66
{% if collector.totalRequests > 0 %}
77
{% set icon %}
8-
{{ include('@WebProfiler/Icon/ajax.svg') }}
9-
<span class="sf-toolbar-status">{{ collector.totalRequests }}</span>
8+
{{ include('@Httplug/Icon/httplug_white.svg') }}
9+
<span class="sf-toolbar-value">{{ collector.totalRequests }}</span>
10+
<span class="sf-toolbar-label">req.</span>
1011
{% endset %}
1112

1213
{% set text %}
@@ -32,7 +33,7 @@
3233
{% block menu %}
3334
{# This left-hand menu appears when using the full-screen profiler. #}
3435
<span class="label {{ collector.totalRequests == 0 ? 'disabled' }}">
35-
<span class="icon">{{ include('@WebProfiler/Icon/ajax.svg') }}</span>
36+
<span class="icon">{{ include('@Httplug/Icon/httplug_white.svg') }}</span>
3637
<strong>Httplug</strong>
3738
</span>
3839
{% endblock %}

0 commit comments

Comments
 (0)