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
+1
View File
@@ -28,6 +28,7 @@ const NoHub: React.VoidFunctionComponent<NoHubProps> = ({ onFlashFirmware }) =>
icon="help"
href={pybricksBluetoothTroubleshootingUrl}
target="_blank"
rel="noopener"
>
{i18n.translate('noHub.troubleshootButton')}
<ExternalLinkIcon />