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