From 71e97bbc24492d6c9b5f44d7f05d66543406de20 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:38:41 -0300 Subject: [PATCH] tiny copy fix (removing icon) --- docs/data/joy/components/link/link.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/joy/components/link/link.md b/docs/data/joy/components/link/link.md index 9ff10043b1b478..cf3122eb9fbd2d 100644 --- a/docs/data/joy/components/link/link.md +++ b/docs/data/joy/components/link/link.md @@ -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