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

This reverts commit 925891858c.
This commit is contained in:
Tom
2021-08-16 12:19:23 -05:00
committed by GitHub
parent 3c5ff65d82
commit 7ef9afcec4

View File

@@ -86,7 +86,6 @@ class LearnLayout extends Component<LearnLayoutProps> {
<>
<Helmet>
<meta content='noindex' name='robots' />
<base target='_blank' />
</Helmet>
<main id='learn-app-wrapper'>{children}</main>
{/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */