chore: update properties info banner

This commit is contained in:
nivedin
2023-12-04 23:19:15 +05:30
committed by Andrew Bastin
parent ed825cf648
commit 574d800a12

View File

@@ -18,20 +18,13 @@
:is-collection-property="true" :is-collection-property="true"
@change-tab="changeOptionTab" @change-tab="changeOptionTab"
/> />
<AppBanner <div class="bg-info py-2 px-4 flex items-center">
:banner="{ <icon-lucide-info class="svg-icons mr-2" />
type: 'info', {{ t("helpers.collection_properties_header") }}
alternateText: 'This is an alternate text', <a href="hopp.sh" target="_blank" class="underline">{{
}" t("action.learn_more")
class="sticky bottom-0 z-10" }}</a>
> </div>
<span>
{{ t("helpers.collection_properties_header") }}
<a href="hopp.sh" target="_blank" class="underline">{{
t("action.learn_more")
}}</a>
</span>
</AppBanner>
</HoppSmartTab> </HoppSmartTab>
<HoppSmartTab <HoppSmartTab
:id="'authorization'" :id="'authorization'"
@@ -43,19 +36,13 @@
:is-root-collection="editingProperties?.isRootCollection" :is-root-collection="editingProperties?.isRootCollection"
:inherited-properties="editingProperties?.inheritedProperties" :inherited-properties="editingProperties?.inheritedProperties"
/> />
<AppBanner <div class="bg-info py-2 px-4 flex items-center">
:banner="{ <icon-lucide-info class="svg-icons mr-2" />
type: 'info', {{ t("helpers.collection_properties_authorization") }}
alternateText: 'This is an alternate text', <a href="hopp.sh" target="_blank" class="underline">{{
}" t("action.learn_more")
> }}</a>
<span> </div>
{{ t("helpers.collection_properties_authorization") }}
<a href="hopp.sh" target="_blank" class="underline">{{
t("action.learn_more")
}}</a>
</span>
</AppBanner>
</HoppSmartTab> </HoppSmartTab>
</HoppSmartTabs> </HoppSmartTabs>
</template> </template>