From a7f328d593bb4a804d8dab1fc18c213e81218733 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 18 Oct 2023 06:58:38 +0000 Subject: [PATCH] gear_menu_popover: Remove small-font-size class. We can apply the required CSS to directly the org types. --- web/templates/gear_menu_popover.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/templates/gear_menu_popover.hbs b/web/templates/gear_menu_popover.hbs index 915953014f..c12bfd5063 100644 --- a/web/templates/gear_menu_popover.hbs +++ b/web/templates/gear_menu_popover.hbs @@ -6,12 +6,12 @@ {{version_display_string}} {{#if server_needs_upgrade }} -
  • +
  • {{t 'Upgrade to the latest release' }}
  • {{/if}} {{else}} -
  • +
  • {{#if is_plan_limited }} Zulip Cloud Free {{else if is_plan_standard}} @@ -22,17 +22,17 @@
  • {{/if}} {{#if (and is_plan_limited is_owner) }} -
  • +
  • {{t "Upgrade to {standard_plan_name}" }}
  • {{/if}} {{#if is_plan_limited }} {{#if is_education_org }} -
  • +
  • {{t 'Request education pricing' }}
  • {{else if (not is_business_org) }} -
  • +
  • {{t 'Request sponsorship' }}
  • {{/if}}