Skip to content

Commit 8dfad33

Browse files
committed
adjust sponsor naming on pages
1 parent 6ba2b3f commit 8dfad33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/vue/layout/partials/sponsors_sidebar.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="sidebar-sponsors-special">
22
<div class="main-sponsor">
3-
<span>Special Sponsors</span>
3+
<span>Special Sponsor</span>
44
<div>
55
<%_ for (const sponsor of theme.special_sponsors) {_%>
66
<a href="<%- sponsor.url %>" target="_blank" class="logo">
@@ -13,7 +13,7 @@
1313

1414
<div id="sidebar-sponsors-platinum">
1515
<div class="main-sponsor">
16-
<span>Patreon Sponsors</span>
16+
<span>Platinum Sponsors</span>
1717
<div>
1818
<%_ for (const sponsor of theme.platinum_sponsors) {_%>
1919
<a href="<%- sponsor.url %>" target="_blank" class="logo">

0 commit comments

Comments
 (0)