Skip to content

Commit

Permalink
update special sponsorship link in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 28, 2024
1 parent 129c27c commit d0a13f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/components/SponsorsGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function resolveList(data: SponsorData) {
>
<a
v-if="tier === 'special' && data && !data[tier]?.length"
href="mailto:sponsor@vuejs.org?subject=Vue.js%20special%20sponsor%20inquiry"
href="/sponsor/#tier-benefits"
class="sponsor-item action"
@click="track(true)"
>Inquire about Special Sponsorship</a
Expand Down

0 comments on commit d0a13f7

Please sign in to comment.