mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
svg size
This commit is contained in:
parent
4c6b320808
commit
a6871b7288
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
{% set flagLink = "img/flags/"~app.request.locale~".svg" %}
|
||||
<img src="{{ asset(flagLink) }}" alt="language">
|
||||
<img src="{{ asset(flagLink) }}" alt="language" width="30">
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
{% set route = app.request.attributes.get('_route') %}
|
||||
|
|
Loading…
Add table
Reference in a new issue