diff --git a/apps/playground/src/components/chat/ChatHeader.tsx b/apps/playground/src/components/chat/ChatHeader.tsx index c5ee819..2f6a3bd 100644 --- a/apps/playground/src/components/chat/ChatHeader.tsx +++ b/apps/playground/src/components/chat/ChatHeader.tsx @@ -23,26 +23,26 @@ export function ChatHeader({ onClear }: ChatHeaderProps): React.ReactElement { }; return ( -
+
-
-

TPMJS Playground

+
+

TPMJS Playground

View Registry →
-
+
{mounted && ( - )} -
diff --git a/apps/playground/src/components/chat/ChatInput.tsx b/apps/playground/src/components/chat/ChatInput.tsx index 5f0e9bc..a9e38d5 100644 --- a/apps/playground/src/components/chat/ChatInput.tsx +++ b/apps/playground/src/components/chat/ChatInput.tsx @@ -32,20 +32,31 @@ export function ChatInput({ }; return ( -
-
-