We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b03756 commit 0ef6751Copy full SHA for 0ef6751
src/theme/Navbar/index.js
@@ -87,7 +87,7 @@ export default function NavbarWrapper(props) {
87
<a className={styles.nav_link} href="https://lang.moodle.org"><span>Translation</span></a>
88
</li>
89
<li className={styles.nav_tracker}>
90
- <a className={styles.nav_link} target="_blank" href="https://moodle.atlassian.net"><span>Tracker</span></a>
+ <a className={styles.nav_link} href="https://moodle.atlassian.net"><span>Tracker</span></a>
91
92
93
<div className={styles.extra_links}>
0 commit comments