diff --git a/apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html b/apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html index ebe46767f..a45bb42a8 100644 --- a/apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html +++ b/apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html @@ -26,6 +26,10 @@ FIRE Calculator +
  • + + and more Features... +
  • Refine your personal investment strategy now.

    diff --git a/apps/client/src/app/pages/pricing/pricing-page.html b/apps/client/src/app/pages/pricing/pricing-page.html index 5c4fab82c..c26f3fdad 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.html +++ b/apps/client/src/app/pages/pricing/pricing-page.html @@ -31,9 +31,9 @@

    Open Source

    -

    - For tech-savvy investors who prefer to run - Ghostfolio on their own infrastructure. +

    + For tech-savvy investors who prefer to run Ghostfolio on their + own infrastructure.

    -

    Self-hosted, update manually.

    +

    Self-hosted, update manually.

    Free

    -

    Basic

    -

    +

    +

    Basic

    +
    + +
    +
    +

    For new investors who are just getting started with trading.

      @@ -123,14 +135,20 @@ class="mr-1" name="checkmark-circle-outline" > - Portfolio Performance + Unlimited Accounts
    • - Zen Mode + Portfolio Performance +
    • +
    • +
    -

    Fully managed Ghostfolio cloud offering.

    -

    Free

    +

    Fully managed Ghostfolio cloud offering.

    +

    Free

    @@ -275,10 +310,10 @@
    - + Get Started -

    It’s free.

    +

    It’s free.

    diff --git a/apps/client/src/app/pages/pricing/pricing-page.scss b/apps/client/src/app/pages/pricing/pricing-page.scss index 40c64b093..74b8facb8 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.scss +++ b/apps/client/src/app/pages/pricing/pricing-page.scss @@ -2,12 +2,14 @@ color: rgb(var(--dark-primary-text)); display: block; - a { - color: rgba(var(--palette-primary-500), 1); - font-weight: 500; + p { + a { + color: rgba(var(--palette-primary-500), 1); + font-weight: 500; - &:hover { - color: rgba(var(--palette-primary-300), 1); + &:hover { + color: rgba(var(--palette-primary-300), 1); + } } }