chore: uniform ui in rest and graphql collections

This commit is contained in:
Liyas Thomas
2023-01-31 22:39:24 +05:30
parent 59a8a22e8a
commit cd6e40f01c
10 changed files with 47 additions and 40 deletions

View File

@@ -205,7 +205,7 @@
:src="`/images/states/${colorMode.value}/pack.svg`"
loading="lazy"
class="inline-flex flex-col object-contain object-center w-16 h-16 mb-4"
:alt="`${t('empty.collection')}`"
:alt="`${t('empty.collections')}`"
/>
<span class="pb-4 text-center">
{{ t("empty.collections") }}
@@ -213,7 +213,6 @@
<ButtonSecondary
:label="t('add.new')"
filled
class="mb-4"
outline
@click="emit('display-modal-add')"
/>
@@ -235,7 +234,6 @@
<ButtonSecondary
:label="t('add.new')"
filled
class="mb-4"
outline
@click="
node.data.type === 'collections' &&