limit amount of pins on desktop to 6 (for now)
This commit is contained in:
parent
f54fcda887
commit
7d13f38d88
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
v-if="!forceExpand"
|
||||
class="panel-heading"
|
||||
>
|
||||
<NavigationPins />
|
||||
<NavigationPins :limit="6" />
|
||||
<div class="spacer"/>
|
||||
<button
|
||||
class="button-unstyled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue