We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4988f3a commit 540c99cCopy full SHA for 540c99c
themes/vue/layout/partials/platinum_sponsors.ejs
@@ -2,9 +2,9 @@
2
<div class="main-sponsor">
3
<span>Platinum Sponsors</span>
4
<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-%>">
+ <%_ for (const sponsor of theme.platinum) {_%>
+ <a href="<%- sponsor.url %>" target="_blank" rel="sponsored noopener" class="logo">
+ <img src="https://sponsors.vuejs.org/images/<%- sponsor.img %>" alt="<%-sponsor.name-%>">
8
</a>
9
<%_ } _%>
10
</div>
0 commit comments