mirror of https://github.com/zulip/zulip.git
integration: Fix overflowing display name on open collective page.
Removed extra text to stop display name from flowing out of logo container.
This commit is contained in:
parent
334f046842
commit
2c4af0e111
|
@ -423,9 +423,7 @@ WEBHOOK_INTEGRATIONS: List[WebhookIntegration] = [
|
|||
stream_name="opbeat",
|
||||
function="zerver.webhooks.opbeat.view.api_opbeat_webhook",
|
||||
),
|
||||
WebhookIntegration(
|
||||
"opencollective", ["communication"], display_name="Open Collective Incoming Webhook"
|
||||
),
|
||||
WebhookIntegration("opencollective", ["communication"], display_name="Open Collective"),
|
||||
WebhookIntegration("opsgenie", ["meta-integration", "monitoring"]),
|
||||
WebhookIntegration("pagerduty", ["monitoring"], display_name="PagerDuty"),
|
||||
WebhookIntegration("papertrail", ["monitoring"]),
|
||||
|
|
Loading…
Reference in New Issue