Open github link in new tab (#294)
This commit is contained in:
parent
fc1ac65954
commit
d22326bba8
|
|
@ -118,7 +118,11 @@ class Header extends Component<IProps> {
|
||||||
<Highlight />
|
<Highlight />
|
||||||
</IconButton>
|
</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">
|
<IconButton color="inherit">
|
||||||
<GitHubIcon />
|
<GitHubIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue