comment voice icon
This commit is contained in:
@@ -102,7 +102,7 @@ export function Composer({
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<HStack gap={1} vAlign="center" className="shrink-0 pb-0.5">
|
<HStack gap={1} vAlign="center" className="shrink-0 pb-0.5">
|
||||||
<IconButton
|
{/* <IconButton
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
label="Dictate a message"
|
label="Dictate a message"
|
||||||
@@ -110,7 +110,7 @@ export function Composer({
|
|||||||
icon={<Icon icon={ICONS.mic} size="sm" />}
|
icon={<Icon icon={ICONS.mic} size="sm" />}
|
||||||
isDisabled
|
isDisabled
|
||||||
className="size-9 rounded-full flex items-center justify-center"
|
className="size-9 rounded-full flex items-center justify-center"
|
||||||
/>
|
/> */}
|
||||||
|
|
||||||
{isStreaming ? (
|
{isStreaming ? (
|
||||||
<IconButton
|
<IconButton
|
||||||
|
|||||||
Reference in New Issue
Block a user