Fix target="_blank" (#794)

It's tricky because "blank" (without an underscore) will still open a new tab, but it's actually being interpreted as a browsing context name, and so clicking it a second time will replace the previously opened tab (even if navigated away).
This commit is contained in:
Isaiah Odhner 2019-06-06 18:03:50 -04:00 committed by Jordan Eldredge
parent 0fded822f8
commit 05741eccfd

View file

@ -156,7 +156,7 @@ export class MainWindow extends React.Component<Props> {
</div>
<a
id="about"
target="blank"
target="_blank"
href="https://webamp.org/about"
title="About"
/>