We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ec23a commit b75b0e5Copy full SHA for b75b0e5
apps/site/components/Downloads/ReleaseModal/index.tsx
@@ -39,8 +39,6 @@ const ReleaseModal: FC<ReleaseModalProps> = ({
39
level="warning"
40
size="small"
41
>
42
- {t('components.releaseModal.unsupportedVersionWarning')}
43
-
44
{t.rich('components.releaseModal.unsupportedVersionWarning', {
45
link: text => <Link href="/about/previous-releases/">{text}</Link>,
46
})}
0 commit comments