Skip to content

Commit dfcd073

Browse files
committed
fix: duplicated alertbox message
1 parent 339ad9a commit dfcd073

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

apps/site/components/Downloads/Release/ReleaseCodeBox.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,6 @@ const ReleaseCodeBox: FC = () => {
118118

119119
<WithReleaseAlertBox status={release.status} />
120120

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-
133121
{!currentPlatform || currentPlatform.recommended || (
134122
<AlertBox
135123
title={t('components.common.alertBox.info')}

0 commit comments

Comments
 (0)