feat(v4): Help center portal redesign improvements (#10349)

This commit is contained in:
Sivin Varghese
2024-10-29 09:34:43 +05:30
committed by GitHub
parent 035a037313
commit f73798a1aa
10 changed files with 139 additions and 42 deletions

View File

@@ -30,7 +30,7 @@ const props = defineProps({
},
author: {
type: Object,
required: true,
default: null,
},
category: {
type: Object,
@@ -157,7 +157,6 @@ const handleClick = id => {
<div class="flex items-center gap-4">
<div class="flex items-center gap-1">
<Thumbnail
v-if="author"
:author="author"
:name="authorName"
:src="authorThumbnailSrc"