fix(client): open curriculum links in new tabs (#43136)

This commit is contained in:
Tom
2021-08-12 02:02:57 -05:00
committed by GitHub
parent e2c1328d62
commit 925891858c

View File

@ -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 */