feat(projects-listing): fix spacing and remove excess console log on site

This commit is contained in:
Daniel Klein 2024-09-23 21:15:37 +02:00
parent 73fb1e3fdc
commit 8feee29d06
2 changed files with 1 additions and 2 deletions

View file

@ -49,7 +49,6 @@ const cardTitles = ref< { label: string, sortKey: string, togglable?: boolean }[
items-center
gap-x-12px
w-full
mb="8px lg:16px"
>
<h2
text="app-white 16px lg:24px"
@ -148,6 +147,7 @@ const cardTitles = ref< { label: string, sortKey: string, togglable?: boolean }[
gap-16px
text-white
w-full
mb="8px lg:24px"
>
<Card
v-for="project in group.projects"

View file

@ -124,7 +124,6 @@ watch([scrollY, top, y], (newValues, oldValues) => {
/>
</div>
</div>
{{ selectedAssetsUsedId }}
<slot />
</div>
</div>