diff --git a/app/templates/top.hbs b/app/templates/top.hbs index f11c2424..5f73eddd 100644 --- a/app/templates/top.hbs +++ b/app/templates/top.hbs @@ -33,9 +33,22 @@ {{/unless}} {{#if config.pro}} -
  • About Us
  • -
  • Plans & Pricing
  • -
  • Enterprise
  • + {{#if auth.signedOut}} +
  • About Us
  • +
  • Plans & Pricing
  • +
  • Enterprise
  • + {{else}} +
  • Status
  • +
  • Docs
  • +
  • + Legal + +
  • + {{/if}} {{/if}}