Prevent double opening when clicking github link

This commit is contained in:
Liam 2022-10-19 17:00:36 +01:00
parent aa11262e3f
commit 6e9f319547

@ -300,8 +300,7 @@ export default class Home extends Component {
}}
>
<Link
onClick={(event) => {
event.preventDefault();
onPress={(event) => {
Utils.openInNewTab(
"https://github.com/RealFascinated/beatsaber-overlay"
);