fix(theme): remove duplicate text in sponsors grid

closes #4854
pull/4847/merge
Divyansh Singh 2 months ago committed by GitHub
parent 52f0eaa084
commit 3c51b22ac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,7 +35,6 @@ useSponsorsGrid({ el, size: props.size })
rel="sponsored noopener"
>
<article class="vp-sponsor-grid-box">
<h4 class="visually-hidden">{{ sponsor.name }}</h4>
<img
class="vp-sponsor-grid-image"
:src="sponsor.img"

Loading…
Cancel
Save