mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 12:59:14 +00:00
fix: update rel attribute rule
This commit is contained in:
parent
d6008760cd
commit
e4b654c812
@ -8,6 +8,7 @@
|
|||||||
"plugin:react-hooks/recommended"
|
"plugin:react-hooks/recommended"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"react/jsx-no-target-blank": ["off"],
|
||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"@typescript-eslint/no-unused-vars": [
|
"@typescript-eslint/no-unused-vars": [
|
||||||
"error",
|
"error",
|
||||||
|
@ -37,7 +37,6 @@ const ChatHeader: FC<ChatHeaderProps> = ({ children }) => {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
title="Powered By Hexabot.ai"
|
title="Powered By Hexabot.ai"
|
||||||
className="sc-header--img"
|
className="sc-header--img"
|
||||||
rel="noreferrer"
|
|
||||||
>
|
>
|
||||||
<OpenIcon width={32} height={32} />
|
<OpenIcon width={32} height={32} />
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user