Update prepaid checkout to allow all countries
This commit is contained in:
@@ -159,7 +159,8 @@ const report_description = () => {
|
||||
<p>
|
||||
If you think this file violates pixeldrain's
|
||||
<a href="/abuse">content policy</a> you can report it for moderation
|
||||
with this form. Please submit copyright infringement notices through our
|
||||
with this form. For copyright infringement notices or urgent matters
|
||||
please use our
|
||||
<a href="/abuse#toc_2">abuse e-mail address</a>.
|
||||
</p>
|
||||
<form on:submit={submit} style="width: 100%" class="report_form">
|
||||
|
@@ -32,7 +32,7 @@ $: transfer_left = $stats.limits.transfer_limit - $stats.limits.transfer_limit_u
|
||||
|
||||
<p>
|
||||
<strong>
|
||||
<a href="/#pro" target="_blank" class="button button_highlight" rel="noreferrer">
|
||||
<a href="/user/prepaid/deposit" target="_blank" class="button button_highlight" rel="noreferrer">
|
||||
<i class="icon">bolt</i> Upgrade your account
|
||||
</a>
|
||||
to disable the transfer limit
|
||||
|
@@ -71,7 +71,7 @@ let file = {
|
||||
<button on:click={() => {dispatch("download")}}>
|
||||
<i class="icon">download</i> Download
|
||||
</button>
|
||||
<a href="/#pro" target="_blank" class="button button_highlight">
|
||||
<a href="/user/prepaid/deposit" target="_blank" class="button button_highlight">
|
||||
<i class="icon">bolt</i> Upgrade your account
|
||||
</a>
|
||||
</IconBlock>
|
||||
|
Reference in New Issue
Block a user