fix: remove noreferrer on internal links (#9452)
* fix: remove `noreferrer` on internal links * fix snaps * fix lint
This commit is contained in:
@@ -389,7 +389,7 @@ const PublishLibrary = ({
|
||||
<a
|
||||
href="https://libraries.excalidraw.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
rel="noopener"
|
||||
>
|
||||
{el}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user