Skip to content

Commit 75b81f4

Browse files
committed
refactor: info alert box variant
1 parent 9eb829c commit 75b81f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/components/withReleaseAlertBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const WithReleaseAlertBox: FC<WithReleaseAlertBoxProps> = ({ status }) => {
3434
return (
3535
<AlertBox
3636
title={t('components.common.alertBox.info')}
37-
level="info"
37+
level="success"
3838
size="small"
3939
>
4040
{t.rich('components.releaseModal.ltsVersionFeaturesNotice', {

0 commit comments

Comments
 (0)