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:
parent
ed34c534c3
commit
8bbd41d132
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue