fix: make beta go to RWD superblock instead of learn (#44563)

This commit is contained in:
Tom
2021-12-23 07:48:12 -06:00
committed by GitHub
parent b2492fd44e
commit dfd3fd452d

View File

@ -16,7 +16,7 @@ function LegacyLinks({ superBlock }: LegacyLinksProps): JSX.Element {
<Alert bsStyle='info'>
<p>
{t('intro:misc-text.viewing-upcoming-change')}{' '}
<Link sameTab={false} to={`/learn/`}>
<Link sameTab={false} to={`/learn/responsive-web-design`}>
{t('intro:misc-text.go-back-to-learn')}
</Link>
</p>