From 55f90e488c3586c143acad7b51a2aa917130d7f3 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Wed, 7 Aug 2024 08:42:47 +0200 Subject: [PATCH] fix: openai/ollama/user icon not showing up anymore --- .../screenpipe-app-tauri/components/chat-list-openai-v2.tsx | 2 +- .../apps/screenpipe-app-tauri/components/chat-message-v2.tsx | 5 +++-- .../vercel-ai-chatbot/components/stocks/message.tsx | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/apps/screenpipe-app-tauri/components/chat-list-openai-v2.tsx b/examples/apps/screenpipe-app-tauri/components/chat-list-openai-v2.tsx index f59541f7..4543fb31 100644 --- a/examples/apps/screenpipe-app-tauri/components/chat-list-openai-v2.tsx +++ b/examples/apps/screenpipe-app-tauri/components/chat-list-openai-v2.tsx @@ -418,7 +418,7 @@ export function ChatList({ export function SpinnerMessage() { const { settings } = useSettings(); return ( -
+
{settings.useOllama ? <>🦙 : }
diff --git a/examples/apps/screenpipe-app-tauri/components/chat-message-v2.tsx b/examples/apps/screenpipe-app-tauri/components/chat-message-v2.tsx index 91572bce..b8bdc890 100644 --- a/examples/apps/screenpipe-app-tauri/components/chat-message-v2.tsx +++ b/examples/apps/screenpipe-app-tauri/components/chat-message-v2.tsx @@ -24,7 +24,7 @@ export function ChatMessage({ message, ...props }: ChatMessageProps) { return (
{children}

; }, - a({ node, href, children, ...props }) { // make links open in new tab + a({ node, href, children, ...props }) { + // make links open in new tab return ( -
+