Make "Subscribe" button link to subscribe page for now

We're supposed to do fancy modals and all, but there's still time
for that later :P
This commit is contained in:
Badri Sunderarajan 2020-03-15 14:30:15 +05:30
parent dd68fea249
commit 309589bb63
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<Liberapay/>
</a>
</div>
<a v-if="Admin.site.subscribers" class="subscribe-button" href="#subscribe">Subscribe</a>
<a v-if="Admin.site.subscribers" class="subscribe-button" href="/subscribe">Subscribe</a>
<a v-else class="rss-button" href="/feed.xml" title="RSS" target="_blank" rel="noopener">
<RSS/>
</a>