mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 19:16:09 +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
@@ -348,7 +348,7 @@ const BootloaderInstructions: React.VoidFunctionComponent<
|
||||
<a
|
||||
href={pybricksUsbLinuxUdevRulesUrl}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
rel="noopener"
|
||||
>
|
||||
{i18n.translate('warning.linux.learnMore')}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user