Limit dashboard insights to 4, unlock dokku
This commit is contained in:
parent
b7d07bbba9
commit
bcc93cc1b5
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@
|
|||
</div>
|
||||
<div class="overflow-hidden rounded-lg border border-gray-200 dark:border-white/10 divide-y divide-gray-100 dark:divide-white/5">
|
||||
<div
|
||||
:for={insight <- Enum.take(@insights, 8)}
|
||||
:for={insight <- Enum.take(@insights, 4)}
|
||||
id={"insight-#{insight.id}"}
|
||||
class="flex items-start justify-between gap-3 px-4 py-3 bg-white dark:bg-gray-800/50 hover:bg-gray-50 dark:hover:bg-white/5"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue