Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Feb 8, 2022
1 parent 6dc5f55 commit 470e970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/templates/page/_navbar.html.twig
Expand Up @@ -27,7 +27,7 @@
{{ (navbar_container is defined ? ('<div class="'~navbar_container|default('') ~'">') : '') }}

{% block logo %}
<a class="{{ logo.class|default('block mr-1 font-mono text-4xl font-bold text-primary hover:opacity-75') }}" href="{{ logo.href|default(homepage()) }}">{{ logo.alt|default(app_name)|raw }}</a>
<a class="{{ logo.class|default('block mr-1 font-mono text-4xl font-bold text-primary hover:opacity-75') }}" href="{{ logo.href|default(homepage()) }}"{% if logo.style is defined %} style="{{ logo.style }}"{% endif %}>{{ logo.alt|default(app_name)|raw }}</a>
{% endblock %}


Expand Down

0 comments on commit 470e970

Please sign in to comment.