Open github link in new tab (#294)

This commit is contained in:
Stewart Thomson 2020-04-14 09:56:00 -04:00 committed by GitHub
parent fc1ac65954
commit d22326bba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -118,7 +118,11 @@ class Header extends Component<IProps> {
<Highlight />
</IconButton>
<a href="https://github.com/gotify/server" className={classes.link}>
<a
href="https://github.com/gotify/server"
className={classes.link}
target="_blank"
rel="noopener noreferrer">
<IconButton color="inherit">
<GitHubIcon />
</IconButton>