Skip to content

Commit 89f13be

Browse files
committed
Update layout.twig
1 parent 2b97d84 commit 89f13be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/layout.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a class="pb-2 text-white hidden md:block" href="index.php">{{ svg('logo', null) }}</a>
1515
{% for link, title in nav %}
1616
<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 }}
17+
{{ svg(link, 16, 'mr-1' ~ (current == link ? '' : ' opacity-75')) }} {{ title }}
1818
</a>
1919
{% endfor %}
2020
<footer class="text-center text-white my-4">

0 commit comments

Comments
 (0)