mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
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:
committed by
David Lechner
parent
7277ddb1bd
commit
dd322b5aac
@@ -28,6 +28,7 @@ const NoHub: React.VoidFunctionComponent<NoHubProps> = ({ onFlashFirmware }) =>
|
||||
icon="help"
|
||||
href={pybricksBluetoothTroubleshootingUrl}
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
{i18n.translate('noHub.troubleshootButton')}
|
||||
<ExternalLinkIcon />
|
||||
|
||||
Reference in New Issue
Block a user