fix: correct filtering numbers, text additions, css adaptions
Fix a lot of problems with CSS, Text and filter overview
This commit is contained in:
parent
85d2ad60a2
commit
fa44185781
3 changed files with 25 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
<NuxtLink class="inline-flex-row gap-sm side" to="/blog">
|
||||
<span class="chip"
|
||||
:class="{ 'dark' : route.query.category && Object.keys(allCategoriesAndCount).includes(route.query.category as string)}">Alle {{
|
||||
articles?.length
|
||||
(articles?.length ?? 0) + (externalPosts?.length ?? 0)
|
||||
}}</span>
|
||||
</NuxtLink>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue