diff --git a/src/support-vuejs/index.md b/src/support-vuejs/index.md
index 365b7f1c07..e010c9081d 100644
--- a/src/support-vuejs/index.md
+++ b/src/support-vuejs/index.md
@@ -1,133 +1,3 @@
---
sponsors: true
---
-
-# Support Vue.js Development
-
-Vue.js is an MIT licensed open source project and completely free to use.
-However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support Vue.js development via the following methods:
-
-## One-time Donations
-
-We accept donations through these channels:
-
-
-
-{% raw %}
-
-
{{ coins[type].name }} Address:
{{ coins[type].address }}
-
![]()
-
-{% endraw %}
-
-
-
-## Recurring Pledges
-
-Recurring pledges come with exclusive perks, e.g. having your name listed in the Vue GitHub repository, or have your company logo placed on this website.
-
-- [Become a backer or sponsor via Patreon](https://www.patreon.com/evanyou) (goes directly to support Evan You's full-time work on Vue)
-
-- [Become a backer or sponsor via OpenCollective](https://opencollective.com/vuejs) (goes into a fund with transparent expense models supporting community efforts and events)
-
-## Current Premium Sponsors:
-
-### Platinum
-
-
-
-
-
-
-
-
-
-
-
-
-
-### OpenCollective Platinum
-
-
-
-### Patreon Gold
-
-
-
-### OpenCollective Gold
-
-
-
-If you run a business and are using Vue in a revenue-generating product, it makes business sense to sponsor Vue development: **it ensures the project that your product relies on stays healthy and actively maintained.** It can also help your exposure in the Vue community and makes it easier to attract Vue developers.
-
-If you are a business that is building core products using Vue.js, I am also open to conversations regarding custom sponsorship / consulting arrangements. [Get in touch on Twitter](https://twitter.com/youyuxi).
-
-If you are an individual user and have enjoyed the productivity of using Vue, consider donating as a sign of appreciation - like buying me coffee once in a while :)
diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md
index 007a6f0d22..a19df7a4fa 100644
--- a/src/v2/guide/index.md
+++ b/src/v2/guide/index.md
@@ -377,4 +377,4 @@ You may have noticed that Vue components are very similar to **Custom Elements**
We've briefly introduced the most basic features of Vue.js core - the rest of this guide will cover them and other advanced features with much finer details, so make sure to read through it all!
-
\ No newline at end of file
+
diff --git a/themes/vue/layout/partials/support_vue_dropdown.ejs b/themes/vue/layout/partials/support_vue_dropdown.ejs
index 2f16a9d9a2..6c59e09414 100644
--- a/themes/vue/layout/partials/support_vue_dropdown.ejs
+++ b/themes/vue/layout/partials/support_vue_dropdown.ejs
@@ -1,9 +1,9 @@
- Support Vue
+ Support Vue
diff --git a/themes/vue/source/css/page.styl b/themes/vue/source/css/page.styl
index 88d7f08a4e..b0cc59ddd4 100644
--- a/themes/vue/source/css/page.styl
+++ b/themes/vue/source/css/page.styl
@@ -54,7 +54,7 @@
margin: 0 0 1em
h2, h3
pointer-events: none
- a
+ a, button
pointer-events: auto
color: $dark
&:before
@@ -216,7 +216,7 @@
.highlight pre
padding: 1.2em 1em
.content
- padding-left 0
+ padding-left: 0
&.with-sidebar
margin: auto
h2, h3