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 ( -
+