Skip to content

Commit

Permalink
tiny copy fix (removing icon)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Jul 19, 2023
1 parent fa3a3cb commit 71e97bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/joy/components/link/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ When using `target="_blank"` with links to pages on another site, the [Google Ch
- `rel="noopener"` prevents the new page from being able to access the `window.opener` property and ensures it runs in a separate process.
Without this, the target page can potentially redirect your page to a malicious URL.
- `rel="noreferrer"` has the same effect, but also prevents the _Referer_ header from being sent to a new page.
⚠️ Removing the referrer header will affect analytics.
Note that removing the referrer header will affect analytics.

## Accessibility

Expand Down

0 comments on commit 71e97bb

Please sign in to comment.