diff --git a/source/components/rojo-chat-panel/rojo-chat-panel.ts b/source/components/rojo-chat-panel/rojo-chat-panel.ts index bd97a05..54a15a8 100644 --- a/source/components/rojo-chat-panel/rojo-chat-panel.ts +++ b/source/components/rojo-chat-panel/rojo-chat-panel.ts @@ -172,7 +172,7 @@ class RojoChatPanel extends HTMLElement _startThinking( bubble: HTMLElement ): void { - const frames = [ '.', '..', '...', 'thinking', '.', '..', '...', 'imagining' ]; + const frames = [ '.', '..', '...', '....', '---', '--', "/","|",":","ยท" ]; let i = 0; bubble.textContent = frames[ 0 ]; this._thinkingInterval = setInterval( () =>