We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc07ee5 + 6add3e3 commit 6d9847eCopy full SHA for 6d9847e
components/Chat/Chat.tsx
@@ -494,7 +494,7 @@ export const Chat = memo(({stopConversationRef}: Props) => {
494
alignItems: "center",
495
justifyContent: "center"
496
}}>
497
- <img style={{height: "4rem"}} src="/llamaedge.svg"/>LlamaEdge Chat
+ <img style={{height: "4rem"}} src="llamaedge.svg"/>LlamaEdge Chat
498
</div>
499
)}
500
0 commit comments