From e217340b2351dda388eb9cdac84b8956d7e8e4c2 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 26 Sep 2025 12:21:31 -0700 Subject: [PATCH] help: Shorten title for apps link. This avoids unnecessary line-wrapping, and I think sets expectations correctly for anyone reading this sidebar. --- starlight_help/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlight_help/astro.config.mjs b/starlight_help/astro.config.mjs index 40bdee92dd..bbd14f3bb8 100644 --- a/starlight_help/astro.config.mjs +++ b/starlight_help/astro.config.mjs @@ -384,7 +384,7 @@ export default defineConfig({ label: "Apps", items: [ { - label: "Download apps for every platform", + label: "Download apps", link: "https://zulip.com/apps/", attrs: { class: "external-icon-sidebar",