Spaces:
Running
Running
Arvin
commited on
Commit
·
1c45745
1
Parent(s):
5a2cf9c
update space
Browse files
static/themes/cyberpunk/templates/chat.html
CHANGED
@@ -18,10 +18,10 @@
|
|
18 |
</div>
|
19 |
<div class="header-right">
|
20 |
<!-- History icon button - using CSS class -->
|
21 |
-
<button class="history-toggle">
|
22 |
<i class="fas fa-history"></i>
|
23 |
<span class="history-count">0</span>
|
24 |
-
</button>
|
25 |
<a href="#" class="login-btn">
|
26 |
<i class="fas fa-user"></i>
|
27 |
LOGIN
|
|
|
18 |
</div>
|
19 |
<div class="header-right">
|
20 |
<!-- History icon button - using CSS class -->
|
21 |
+
<!-- <button class="history-toggle">
|
22 |
<i class="fas fa-history"></i>
|
23 |
<span class="history-count">0</span>
|
24 |
+
</button> -->
|
25 |
<a href="#" class="login-btn">
|
26 |
<i class="fas fa-user"></i>
|
27 |
LOGIN
|
static/themes/openmanus/templates/chat.html
CHANGED
@@ -18,10 +18,10 @@
|
|
18 |
</div>
|
19 |
<div class="header-right">
|
20 |
<!-- History icon button - using CSS class -->
|
21 |
-
<button class="history-toggle">
|
22 |
<i class="fas fa-history"></i>
|
23 |
<span class="history-count">0</span>
|
24 |
-
</button>
|
25 |
<a href="#" class="login-btn">
|
26 |
<i class="fas fa-user"></i>
|
27 |
Login
|
|
|
18 |
</div>
|
19 |
<div class="header-right">
|
20 |
<!-- History icon button - using CSS class -->
|
21 |
+
<!-- <button class="history-toggle">
|
22 |
<i class="fas fa-history"></i>
|
23 |
<span class="history-count">0</span>
|
24 |
+
</button> -->
|
25 |
<a href="#" class="login-btn">
|
26 |
<i class="fas fa-user"></i>
|
27 |
Login
|