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:
parent
dd68fea249
commit
309589bb63
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue