fix: update rel attribute rule

This commit is contained in:
abdou6666 2024-12-05 10:57:13 +01:00
parent d6008760cd
commit e4b654c812
2 changed files with 1 additions and 1 deletions

View File

@ -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",

View File

@ -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>