We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2856e commit e12b40bCopy full SHA for e12b40b
resources/views/partials/search-box.twig
@@ -18,6 +18,7 @@
18
<a class="dropdown-item" href="{{ section.href }}">
19
<span class="title">
20
- {{ trans(section.title) }}
21
+ <span style="color:transparent; font-size: 14px;"> ( {{ trans(navigation.breadcrumb) }} ) </span>
22
</span>
23
</a>
24
{% endfor %}
0 commit comments