We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a46e13 commit 04ef0f3Copy full SHA for 04ef0f3
src/common/ServerCompatBanner.js
@@ -96,6 +96,8 @@ export default function ServerCompatBanner(props: Props): Node {
96
label: 'Learn more',
97
onPress: () => {
98
openLinkWithUserPreference(
99
+ // TODO: Instead, link to new Help Center doc once we have it:
100
+ // https://github.com/zulip/zulip/issues/23842
101
'https://zulip.readthedocs.io/en/stable/overview/release-lifecycle.html#compatibility-and-upgrading',
102
settings,
103
);
0 commit comments