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 2b97d84 commit 89f13beCopy full SHA for 89f13be
1 file changed
templates/layout.twig
@@ -14,7 +14,7 @@
14
<a class="pb-2 text-white hidden md:block" href="index.php">{{ svg('logo', null) }}</a>
15
{% for link, title in nav %}
16
<a class="block py-2 text-white hover:text-gray-200{{ current == link ? ' font-bold' : '' }}" href="?type={{ link }}">
17
- <span class="mr-1{{ current == link ? '' : ' opacity-75' }}">{{ svg(link) }}</span> {{ title }}
+ {{ svg(link, 16, 'mr-1' ~ (current == link ? '' : ' opacity-75')) }} {{ title }}
18
</a>
19
{% endfor %}
20
<footer class="text-center text-white my-4">
0 commit comments