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 339ad9a commit dfcd073Copy full SHA for dfcd073
apps/site/components/Downloads/Release/ReleaseCodeBox.tsx
@@ -118,18 +118,6 @@ const ReleaseCodeBox: FC = () => {
118
119
<WithReleaseAlertBox status={release.status} />
120
121
- {release.isLts && (
122
- <AlertBox
123
- title={t('components.common.alertBox.info')}
124
- level="info"
125
- size="small"
126
- >
127
- {t.rich('layouts.download.codeBox.ltsVersionFeaturesNotice', {
128
- link: text => <Link href="/download/current">{text}</Link>,
129
- })}
130
- </AlertBox>
131
- )}
132
-
133
{!currentPlatform || currentPlatform.recommended || (
134
<AlertBox
135
title={t('components.common.alertBox.info')}
0 commit comments