"docs/vscode:/vscode.git/clone" did not exist on "0ab6dc0f231d1bc712454331ad16a5148cc335af"
Commit 54b65a89 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: call overlay

parent b4008b0b
...@@ -612,7 +612,7 @@ ...@@ -612,7 +612,7 @@
> >
{emoji} {emoji}
</div> </div>
{:else if loading} {:else if loading || assistantSpeaking}
<svg <svg
class="size-12 text-gray-900 dark:text-gray-400" class="size-12 text-gray-900 dark:text-gray-400"
viewBox="0 0 24 24" viewBox="0 0 24 24"
...@@ -687,7 +687,7 @@ ...@@ -687,7 +687,7 @@
> >
{emoji} {emoji}
</div> </div>
{:else if loading} {:else if loading || assistantSpeaking}
<svg <svg
class="size-44 text-gray-900 dark:text-gray-400" class="size-44 text-gray-900 dark:text-gray-400"
viewBox="0 0 24 24" viewBox="0 0 24 24"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment