mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: adding nofollow (#11225)
This commit is contained in:
@@ -458,7 +458,7 @@ const Theme = () => {
|
||||
href={href}
|
||||
target="_blank"
|
||||
key={imageName}
|
||||
rel="noreferrer"
|
||||
rel="noreferrer nofollow"
|
||||
>
|
||||
<DbImage
|
||||
{...{
|
||||
|
||||
Reference in New Issue
Block a user