Skip to content

Commit 540c99c

Browse files
committed
fix sidebar
1 parent 4988f3a commit 540c99c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/vue/layout/partials/platinum_sponsors.ejs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<div class="main-sponsor">
33
<span>Platinum Sponsors</span>
44
<div>
5-
<%_ for (const sponsor of theme.platinum_sponsors) {_%>
6-
<a href="<%- sponsor.url %>" target="_blank" rel="sponsored noopener" class="logo"<%- sponsor.inline_style ? ` style="${sponsor.inline_style}"` : `` %>>
7-
<img src="<%- url_for(`/images/${sponsor.wide_img || sponsor.img}`) %>" alt="<%-sponsor.name-%>">
5+
<%_ for (const sponsor of theme.platinum) {_%>
6+
<a href="<%- sponsor.url %>" target="_blank" rel="sponsored noopener" class="logo">
7+
<img src="https://sponsors.vuejs.org/images/<%- sponsor.img %>" alt="<%-sponsor.name-%>">
88
</a>
99
<%_ } _%>
1010
</div>

0 commit comments

Comments
 (0)