Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -379,7 +379,7 @@ span.material-symbols-rounded {
|
|
379 |
const html = `
|
380 |
<div class="chat-content" style="display: flex; flex-direction: column;">
|
381 |
<div class="chat-details" style="flex-grow: 1;">
|
382 |
-
<img src="img/
|
383 |
<div class="typing-animation">
|
384 |
<div class="typing-dot" style="--delay: 0s"></div>
|
385 |
<div class="typing-dot" style="--delay: 0.15s"></div>
|
|
|
379 |
const html = `
|
380 |
<div class="chat-content" style="display: flex; flex-direction: column;">
|
381 |
<div class="chat-details" style="flex-grow: 1;">
|
382 |
+
<img src="img/chatbo.jpg" alt="">
|
383 |
<div class="typing-animation">
|
384 |
<div class="typing-dot" style="--delay: 0s"></div>
|
385 |
<div class="typing-dot" style="--delay: 0.15s"></div>
|