mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
feat(projects-listing): fix spacing and remove excess console log on site
This commit is contained in:
parent
73fb1e3fdc
commit
8feee29d06
2 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@ const cardTitles = ref< { label: string, sortKey: string, togglable?: boolean }[
|
||||||
items-center
|
items-center
|
||||||
gap-x-12px
|
gap-x-12px
|
||||||
w-full
|
w-full
|
||||||
mb="8px lg:16px"
|
|
||||||
>
|
>
|
||||||
<h2
|
<h2
|
||||||
text="app-white 16px lg:24px"
|
text="app-white 16px lg:24px"
|
||||||
|
@ -148,6 +147,7 @@ const cardTitles = ref< { label: string, sortKey: string, togglable?: boolean }[
|
||||||
gap-16px
|
gap-16px
|
||||||
text-white
|
text-white
|
||||||
w-full
|
w-full
|
||||||
|
mb="8px lg:24px"
|
||||||
>
|
>
|
||||||
<Card
|
<Card
|
||||||
v-for="project in group.projects"
|
v-for="project in group.projects"
|
||||||
|
|
|
@ -124,7 +124,6 @@ watch([scrollY, top, y], (newValues, oldValues) => {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ selectedAssetsUsedId }}
|
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue