mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Multipurpose word ui updates
This commit is contained in:
parent
337ef441cf
commit
cc4ace8877
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<div class="h-8 lg:h-10 [&>svg]:h-full [&>svg]:w-auto select-none">
|
<div class="h-8 lg:h-10 [&>svg]:h-full [&>svg]:w-auto select-none">
|
||||||
<component :is="templateHeroData.logo"> </component>
|
<component :is="templateHeroData.logo"> </component>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="templateHeroData.isMultipurpose" class="bg-surface-0 text-surface-900 px-2 py-1 font-medium leading-6 rounded-md">Multipurpose</div>
|
<div v-if="templateHeroData.isMultipurpose" class="bg-surface-0 dark:bg-surface-900 text-surface-900 dark:text-surface-0 px-2 py-1 font-medium leading-6 rounded-md">Multipurpose</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-primary-contrast mt-4 mb-0 lg:text-base text-sm">{{ templateHeroData.description }}</p>
|
<p class="text-primary-contrast mt-4 mb-0 lg:text-base text-sm">{{ templateHeroData.description }}</p>
|
||||||
<div class="flex items-center gap-4 mt-8">
|
<div class="flex items-center gap-4 mt-8">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue