mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 01:50:57 +00:00
update prices in front-end
This commit is contained in:
parent
1538f140f3
commit
f396f5b09e
1 changed files with 18 additions and 18 deletions
|
@ -24,8 +24,8 @@ define [
|
||||||
monthly: "€5"
|
monthly: "€5"
|
||||||
annual: "€50"
|
annual: "€50"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "€10"
|
monthly: "€11"
|
||||||
annual: "€120"
|
annual: "€132"
|
||||||
GBP:
|
GBP:
|
||||||
student:
|
student:
|
||||||
monthly: "£5"
|
monthly: "£5"
|
||||||
|
@ -59,22 +59,22 @@ define [
|
||||||
monthly: "40 kr"
|
monthly: "40 kr"
|
||||||
annual: "400 kr"
|
annual: "400 kr"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "80 kr"
|
monthly: "70 kr"
|
||||||
annual: "960 kr"
|
annual: "840 kr"
|
||||||
AUD:
|
AUD:
|
||||||
student:
|
student:
|
||||||
monthly: "$8"
|
monthly: "$8"
|
||||||
annual: "$80"
|
annual: "$80"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "$16"
|
monthly: "$15"
|
||||||
annual: "$192"
|
annual: "$180"
|
||||||
NZD:
|
NZD:
|
||||||
student:
|
student:
|
||||||
monthly: "$8"
|
monthly: "$8"
|
||||||
annual: "$80"
|
annual: "$80"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "$16"
|
monthly: "$15"
|
||||||
annual: "$192"
|
annual: "$180"
|
||||||
CHF:
|
CHF:
|
||||||
student:
|
student:
|
||||||
monthly: "Fr 6"
|
monthly: "Fr 6"
|
||||||
|
@ -103,15 +103,15 @@ define [
|
||||||
monthly: "€9"
|
monthly: "€9"
|
||||||
annual: "€90"
|
annual: "€90"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "€16"
|
monthly: "€17"
|
||||||
annual: "€192"
|
annual: "€204"
|
||||||
GBP:
|
GBP:
|
||||||
student:
|
student:
|
||||||
monthly: "£7"
|
monthly: "£7"
|
||||||
annual: "£70"
|
annual: "£70"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "£13"
|
monthly: "£14"
|
||||||
annual: "£156"
|
annual: "£168"
|
||||||
SEK:
|
SEK:
|
||||||
student:
|
student:
|
||||||
monthly: "75 kr"
|
monthly: "75 kr"
|
||||||
|
@ -138,22 +138,22 @@ define [
|
||||||
monthly: "68 kr"
|
monthly: "68 kr"
|
||||||
annual: "680 kr"
|
annual: "680 kr"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "122 kr"
|
monthly: "110 kr"
|
||||||
annual: "1464 kr"
|
annual: "1320 kr"
|
||||||
AUD:
|
AUD:
|
||||||
student:
|
student:
|
||||||
monthly: "$13"
|
monthly: "$13"
|
||||||
annual: "$130"
|
annual: "$130"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "$24"
|
monthly: "$22"
|
||||||
annual: "$288"
|
annual: "$264"
|
||||||
NZD:
|
NZD:
|
||||||
student:
|
student:
|
||||||
monthly: "$14"
|
monthly: "$14"
|
||||||
annual: "$140"
|
annual: "$140"
|
||||||
collaborator:
|
collaborator:
|
||||||
monthly: "$25"
|
monthly: "$22"
|
||||||
annual: "$300"
|
annual: "$264"
|
||||||
CHF:
|
CHF:
|
||||||
student:
|
student:
|
||||||
monthly: "Fr 10"
|
monthly: "Fr 10"
|
||||||
|
|
Loading…
Reference in a new issue