chore: linting

This commit is contained in:
Danny Avila 2023-07-27 10:25:35 -04:00 committed by Danny Avila
parent 8959576d75
commit d59a3f20cb
8 changed files with 76 additions and 25 deletions

View file

@ -64,10 +64,10 @@ const getIcon = (props) => {
} else if (endpoint === 'bingAI') {
const { jailbreak } = props;
if (jailbreak) {
icon = <img src="/assets/bingai-jb.png" alt="Bing Icon"/>;
icon = <img src="/assets/bingai-jb.png" alt="Bing Icon" />;
name = 'Sydney';
} else {
icon = <img src="/assets/bingai.png" alt="Sydney Icon"/>;
icon = <img src="/assets/bingai.png" alt="Sydney Icon" />;
name = 'BingAI';
}
} else if (endpoint === 'chatGPTBrowser') {