fix(client): open curriculum links in new tabs (#43136)
This commit is contained in:
@ -86,6 +86,7 @@ class LearnLayout extends Component<LearnLayoutProps> {
|
|||||||
<>
|
<>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<meta content='noindex' name='robots' />
|
<meta content='noindex' name='robots' />
|
||||||
|
<base target='_blank' />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<main id='learn-app-wrapper'>{children}</main>
|
<main id='learn-app-wrapper'>{children}</main>
|
||||||
{/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */
|
{/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */
|
||||||
|
Reference in New Issue
Block a user