diff --git a/apps/client/src/app/pages/pricing/pricing-page.html b/apps/client/src/app/pages/pricing/pricing-page.html index d26a2e11e..ad30a3fc0 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.html +++ b/apps/client/src/app/pages/pricing/pricing-page.html @@ -4,25 +4,17 @@

Pricing Plans

- Our official Ghostfolio Premium cloud offering is the easiest way to - get started. Due to the time it saves, this will be the best option - for most people. Revenue is used to cover the costs of the hosting - infrastructure and to fund ongoing development. + Our official + Ghostfolio Premium + cloud offering is the easiest way to get started. Due to the time it + saves, this will be the best option for most people. Revenue is used + to cover the costs of the hosting infrastructure and to fund ongoing + development.

- @if (user?.subscription?.type === 'Basic') { -

- If you plan to open an account at DEGIRO, finpension, - frankly, Interactive Brokers, Swissquote, - VIAC, or Zak, please - contact us - to use our referral link and get a Ghostfolio Premium membership for - one year. Looking for a student discount? Request it - here - with your university e-mail address. -

- }

If you prefer to run Ghostfolio on your own infrastructure, please find the source code and further instructions on @@ -331,7 +323,24 @@

- @if (!user) { + @if (user?.subscription?.type === 'Basic') { +
+
+

+ If you plan to open an account at DEGIRO, finpension, + frankly, Interactive Brokers, Swissquote, + VIAC, or Zak, please + contact us + to use our referral link and get a Ghostfolio Premium membership for + one year. Looking for a student discount? Request it + here + with your university e-mail address. +

+
+
+ } @else if (!user) {