From 28f40e781365cfb4aa9688ca593011d554a971e8 Mon Sep 17 00:00:00 2001 From: peoray Date: Tue, 18 Nov 2025 17:29:09 +0100 Subject: [PATCH] fix: ModelSelectorLogo styles for dark mode and correct typo in Tool component documentation --- apps/www/content/3.components/1.chatbot/tool.md | 2 +- packages/elements/src/model-selector/ModelSelectorLogo.vue | 2 +- packages/elements/src/model-selector/ModelSelectorLogoGroup.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/www/content/3.components/1.chatbot/tool.md b/apps/www/content/3.components/1.chatbot/tool.md index 0ccfd2a..fba2a0b 100644 --- a/apps/www/content/3.components/1.chatbot/tool.md +++ b/apps/www/content/3.components/1.chatbot/tool.md @@ -4,7 +4,7 @@ description: A collapsible component for displaying tool invocation details in A icon: lucide:tool-case --- -The `Tool` component isplays a collapsible interface for showing/hiding tool details. It is designed to take the `ToolUIPart` type from the AI SDK and display it in a collapsible interface. +The `Tool` component displays a collapsible interface for showing/hiding tool details. It is designed to take the `ToolUIPart` type from the AI SDK and display it in a collapsible interface. :::ComponentLoader{label="Preview" componentName="Tool"} ::: diff --git a/packages/elements/src/model-selector/ModelSelectorLogo.vue b/packages/elements/src/model-selector/ModelSelectorLogo.vue index c074f3d..9e8d162 100644 --- a/packages/elements/src/model-selector/ModelSelectorLogo.vue +++ b/packages/elements/src/model-selector/ModelSelectorLogo.vue @@ -14,7 +14,7 @@ const props = defineProps() ()