mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix: make beta go to RWD superblock instead of learn (#44563)
This commit is contained in:
parent
b2492fd44e
commit
dfd3fd452d
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user