diff --git a/src/components/Common/Playground/Message.tsx b/src/components/Common/Playground/Message.tsx index a9991a8..1172c41 100644 --- a/src/components/Common/Playground/Message.tsx +++ b/src/components/Common/Playground/Message.tsx @@ -53,7 +53,7 @@ export const PlaygroundMessage = (props: Props) => { const { cancel, isSpeaking, speak } = useTTS() return (
-
+
@@ -132,7 +132,7 @@ export const PlaygroundMessage = (props: Props) => { ) : (

@@ -148,7 +148,7 @@ export const PlaygroundMessage = (props: Props) => { /> )}

- {/* source if aviable */} + {/* source if available */} {props.images && props.images && props.images.filter((img) => img.length > 0).length > 0 && ( @@ -196,10 +196,10 @@ export const PlaygroundMessage = (props: Props) => { )} {!props.isProcessing && !editMode && (
{props.isTTSEnabled && (