Fix typing errors
This commit is contained in:
@@ -56,16 +56,6 @@ onMount(() => {
|
||||
From account credit
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
Max file size
|
||||
</div>
|
||||
<div class="feature_cell">
|
||||
<span class="bold">20 GB</span> per file
|
||||
</div>
|
||||
<div class="feature_cell span2 pro_feat">
|
||||
<span class="bold">50 GB</span> per file
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
Download limit
|
||||
</div>
|
||||
@@ -94,6 +84,18 @@ onMount(() => {
|
||||
No
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
Storage
|
||||
</div>
|
||||
<div class="feature_cell span2 pro_feat">
|
||||
<span class="bold">No limit</span><br/>
|
||||
But files expire when they are not downloaded
|
||||
</div>
|
||||
<div class="feature_cell pro_feat">
|
||||
<span class="bold">€4 / TB / month</span><br/>
|
||||
There is no limit. You only pay for what you use
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
<button class="round" on:click={file_expiry.toggle}>
|
||||
<i class="icon">info</i>
|
||||
@@ -114,15 +116,13 @@ onMount(() => {
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
Storage
|
||||
Max file size
|
||||
</div>
|
||||
<div class="feature_cell">
|
||||
<span class="bold">20 GB</span> per file
|
||||
</div>
|
||||
<div class="feature_cell span2 pro_feat">
|
||||
<span class="bold">No limit</span><br/>
|
||||
But files expire when they are not downloaded
|
||||
</div>
|
||||
<div class="feature_cell pro_feat">
|
||||
<span class="bold">€2 / TB / month</span><br/>
|
||||
There is no limit. You only pay for what you use
|
||||
<span class="bold">50 GB</span> per file
|
||||
</div>
|
||||
|
||||
<div class="left_col">
|
||||
@@ -206,7 +206,7 @@ onMount(() => {
|
||||
{:else}
|
||||
<!-- User is logged in -->
|
||||
{#if window.user.subscription.type === ""}
|
||||
<a href="/user/prepaid/deposit?deposit" class="button button_highlight round">
|
||||
<a href="/user/prepaid/deposit#deposit" class="button button_highlight round">
|
||||
Deposit credit
|
||||
</a>
|
||||
to activate Prepaid
|
||||
@@ -216,7 +216,7 @@ onMount(() => {
|
||||
Prepaid plan is active.<br/>
|
||||
Current balance <Euro amount={window.user.balance_micro_eur}/>
|
||||
<br/>
|
||||
<a href="/user/prepaid/deposit?deposit" class="button button_highlight round">
|
||||
<a href="/user/prepaid/deposit#deposit" class="button button_highlight round">
|
||||
Top up my credit
|
||||
</a>
|
||||
{/if}
|
||||
@@ -364,7 +364,7 @@ header > h1 {
|
||||
grid-auto-flow: row;
|
||||
grid-template-columns: 9em 1fr 1fr 1fr;
|
||||
min-width: 40em;
|
||||
max-width: 70em;
|
||||
max-width: 65em;
|
||||
gap: 8px;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
@@ -57,9 +57,9 @@ import Euro from "../util/Euro.svelte";
|
||||
|
||||
{:else if window.user.subscription.type === "prepaid"}
|
||||
<p>
|
||||
You already have a Prepaid subscription active. You account balance
|
||||
is <Euro amount={window.user.balance_micro_eur}/>. Use the form
|
||||
below to top up your balance.
|
||||
You already have a Prepaid subscription active. Your account
|
||||
balance is <Euro amount={window.user.balance_micro_eur}/>. Use
|
||||
the form below to top up your balance.
|
||||
</p>
|
||||
<MollieDeposit/>
|
||||
{:else}
|
||||
|
@@ -79,10 +79,6 @@ onMount(() => {
|
||||
use, at a rate of €4 per TB per month for storage and €2 per TB for data
|
||||
transfer.
|
||||
</p>
|
||||
<p>
|
||||
Use the form below to deposit credit on your pixeldrain account using
|
||||
Mollie. The minimum deposit is €10.
|
||||
</p>
|
||||
|
||||
<MollieDeposit/>
|
||||
|
||||
|
Reference in New Issue
Block a user