fix VPTeamMemberItem

pull/3276/head
H3try 2 years ago committed by Divyansh Singh
parent 8687b86e1e
commit cefedbd311

@ -47,7 +47,7 @@ withDefaults(defineProps<Props>(), {
</div> </div>
<div v-if="member.sponsor" class="sp"> <div v-if="member.sponsor" class="sp">
<VPLink class="sp-link" :href="member.sponsor" no-icon> <VPLink class="sp-link" :href="member.sponsor" no-icon>
<VPIconHeart class="sp-icon" /> Sponsor <VPIconHeart class="sp-icon" /> {{ member.sponsor_text || "Sponsor" }}
</VPLink> </VPLink>
</div> </div>
</article> </article>

@ -345,6 +345,7 @@ export namespace DefaultTheme {
desc?: string desc?: string
links?: SocialLink[] links?: SocialLink[]
sponsor?: string sponsor?: string
sponsor_text?: string
} }
// outline ------------------------------------------------------------------- // outline -------------------------------------------------------------------

Loading…
Cancel
Save