Skip to content

Commit

Permalink
update aap_32342 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justjais committed Nov 12, 2024
1 parent 47278b3 commit 160b8cf
Show file tree
Hide file tree
Showing 10 changed files with 194 additions and 12 deletions.
Binary file not shown.
Binary file not shown.
11 changes: 3 additions & 8 deletions ansible_ai_connect_chatbot/src/AnsibleChatbot/AnsibleChatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ import ExpandIcon from "@patternfly/react-icons/dist/esm/icons/expand-icon";
import OpenDrawerRightIcon from "@patternfly/react-icons/dist/esm/icons/open-drawer-right-icon";
import OutlinedWindowRestoreIcon from "@patternfly/react-icons/dist/esm/icons/outlined-window-restore-icon";

import AnsibleLogo from "./AAP2LineLightMode.png";
import AnsibleLogoDark from "./AAP2LineDarkMode.png";
// const lightspeedLogo = require("./logo.svg") as string;
// import lightspeedLogo from "./logo.svg";
import lightspeedLogo from "./logo.png";
import lightspeedLogoDark from "./logo_dark.png";

import lightspeedLogo from "../assets/lightspeed.svg";
import lightspeedLogoDark from "../assets/lightspeed_dark.svg";

import "./AnsibleChatbot.scss";
import { botMessage, useChatbot } from "../useChatbot/useChatbot";
Expand Down Expand Up @@ -111,7 +106,7 @@ export const AnsibleChatbot: React.FunctionComponent = () => {
<ChatbotHeaderTitle>
<Bullseye>
<div className="show-light">
<Brand src={lightspeedLogo} alt="Ansible" height={1000} width={1000}/>
<Brand src={lightspeedLogo} alt="Ansible" />
</div>
<div className="show-dark">
<Brand src={lightspeedLogoDark} alt="Ansible" />
Expand Down
Binary file removed ansible_ai_connect_chatbot/src/AnsibleChatbot/logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion ansible_ai_connect_chatbot/src/AnsibleChatbot/logo.svg

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit 160b8cf

Please sign in to comment.