diff --git a/templates/zerver/portico-header.html b/templates/zerver/portico-header.html index 9fc3db0b9d..f0410c5b56 100644 --- a/templates/zerver/portico-header.html +++ b/templates/zerver/portico-header.html @@ -45,7 +45,7 @@ {% endif %} {% if not is_self_hosting_management_page and not find_team_link_disabled %} - {{ _('Find accounts') }} + {{ _('Find accounts') }} {{ _('New organization') }} {% endif %} diff --git a/web/styles/portico/portico.css b/web/styles/portico/portico.css index 25b2adbfaa..b818baffd6 100644 --- a/web/styles/portico/portico.css +++ b/web/styles/portico/portico.css @@ -1173,6 +1173,10 @@ input.new-organization-button { } } } + + .top-links .find-accounts-link { + display: none; + } } @media (width <= 500px) {