Skip to content

Commit f54151e

Browse files
authored
Merge pull request pterodactyl#2525 from Spirit55555/patch-2
Remove target="blank" from /admin link
2 parents 6aeb467 + 7ad26fc commit f54151e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/NavigationBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default () => {
6363
<FontAwesomeIcon icon={faUserCircle}/>
6464
</NavLink>
6565
{rootAdmin &&
66-
<a href={'/admin'} target={'_blank'} rel={'noreferrer'}>
66+
<a href={'/admin'} rel={'noreferrer'}>
6767
<FontAwesomeIcon icon={faCogs}/>
6868
</a>
6969
}

0 commit comments

Comments
 (0)