mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: remove noreferrer
on internal links (#9452)
* fix: remove `noreferrer` on internal links * fix snaps * fix lint
This commit is contained in:
parent
2a0d15799c
commit
4a60fe3d22
10 changed files with 21 additions and 14 deletions
|
@ -389,7 +389,7 @@ const PublishLibrary = ({
|
|||
<a
|
||||
href="https://libraries.excalidraw.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
rel="noopener"
|
||||
>
|
||||
{el}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue