File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ onMounted(async () => {
40
40
<div
41
41
class =" w-full p-4 rounded-2xl flex-col gap-2 backdrop-blur-sm bg-[#575757]/10 border border-[#DEDEDE] dark:border-[#303030] inline-flex min-h-[138px] sm:min-h-[146px]"
42
42
>
43
- <div class =" relative w-full" >
43
+ <div class =" relative w-full flex items-center justify-center mt-4 " >
44
44
<component :is =" dynamicComponent" v-if =" !radix" class =" py-10" />
45
- <component :is =" `${data.componentName}Radix`" v-else class =" py-10" />
45
+ <component :is =" `${data.componentName}Radix`" v-else class =" py-10 mx-auto " />
46
46
</div >
47
47
<div >
48
- <span class =" text-xs px-2 py-1 border border-[#DEDEDE] dark:border-[#222] rounded-full text-[#676767] inline" >{{ data.version }}</span >
48
+ <span v-if = " data.version " class =" text-xs px-2 py-1 border border-[#DEDEDE] dark:border-[#222] rounded-full text-[#676767] inline" >{{ data.version }}</span >
49
49
</div >
50
50
<NuxtLink :to =" data._path" class =" text-[#111] group-hover:text-oku-500 dark:text-white font-medium" >
51
51
{{ data.title }}
You can’t perform that action at this time.
0 commit comments