Update static/demo/index.html
Browse files- static/demo/index.html +1 -1
static/demo/index.html
CHANGED
|
@@ -57,7 +57,7 @@
|
|
| 57 |
<div id="recommendation"></div>
|
| 58 |
<!-- Send button -->
|
| 59 |
<button id="sendBtn" class="btn">
|
| 60 |
-
<img src="
|
| 61 |
</button>
|
| 62 |
</div>
|
| 63 |
</div>
|
|
|
|
| 57 |
<div id="recommendation"></div>
|
| 58 |
<!-- Send button -->
|
| 59 |
<button id="sendBtn" class="btn">
|
| 60 |
+
<img src="static/demo/imgs/send.svg" alt="Send" class="icon"/>
|
| 61 |
</button>
|
| 62 |
</div>
|
| 63 |
</div>
|