1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +02:00

Set size small to add page btn

This commit is contained in:
Tanya Fomina 2022-05-15 19:42:46 +08:00
parent ed34c534c3
commit 8bbd41d132

View file

@ -6,7 +6,7 @@
{% if isAuthorized == true %}
<li class="docs-header__menu-add">
<a href="/page/new">
{% include 'components/button.twig' with {label: 'Add page', icon: 'plus'} %}
{% include 'components/button.twig' with {label: 'Add page', icon: 'plus', size: 'small'} %}
</a>
</li>
{% endif %}