Skip to content

Commit cf9cbf2

Browse files
committed
Merge pull request #25 from Nyholm/logo
Updated toolbar logo
2 parents 4760142 + 4d026b3 commit cf9cbf2

File tree

2 files changed

+139
-3
lines changed

2 files changed

+139
-3
lines changed

Resources/views/Icon/httplug.svg

+135
Loading

Resources/views/webprofiler.html.twig

+4-3
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.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.svg') }}</span>
3637
<strong>Httplug</strong>
3738
</span>
3839
{% endblock %}

0 commit comments

Comments
 (0)