diff --git a/src/lib/components/chat/AskUserCard.svelte b/src/lib/components/chat/AskUserCard.svelte index 81a581fb66..bdd937ea48 100644 --- a/src/lib/components/chat/AskUserCard.svelte +++ b/src/lib/components/chat/AskUserCard.svelte @@ -3,6 +3,7 @@ import { onDestroy } from 'svelte'; import type { Writable } from 'svelte/store'; import type { i18n as i18nType } from 'i18next'; + import Tooltip from '$lib/components/common/Tooltip.svelte'; const i18n: Writable = getContext('i18n'); const dispatch = createEventDispatcher(); @@ -207,11 +208,18 @@ on:click={() => selectOption(question, option, optionIndex)} > {option.label} - - {option.description} - + + {option.description} + + {#if optionIndex === 0}