tree-wide: use noopener instead of noreferrer for target="_blank"

This will allow us to see when users click links to the pybricks.com
website from the app.
This commit is contained in:
David Lechner
2022-12-20 12:09:04 -06:00
committed by David Lechner
parent 7277ddb1bd
commit dd322b5aac
7 changed files with 12 additions and 6 deletions
@@ -348,7 +348,7 @@ const BootloaderInstructions: React.VoidFunctionComponent<
<a
href={pybricksUsbLinuxUdevRulesUrl}
target="_blank"
rel="noreferrer"
rel="noopener"
>
{i18n.translate('warning.linux.learnMore')}
</a>