Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -230,8 +230,8 @@
|
|
| 230 |
<div class="toggle-container">
|
| 231 |
<button class="toggle-button active" data-filter="all">All Models</button>
|
| 232 |
<button class="toggle-button" data-filter="best">BEST</button>
|
| 233 |
-
<button class="toggle-button" data-filter="new">NEW</button>
|
| 234 |
<button class="toggle-button" data-filter="popular">POPULAR</button>
|
|
|
|
| 235 |
</div>
|
| 236 |
<div class="category-group">
|
| 237 |
<button class="toggle-button" data-filter="text">Text</button>
|
|
|
|
| 230 |
<div class="toggle-container">
|
| 231 |
<button class="toggle-button active" data-filter="all">All Models</button>
|
| 232 |
<button class="toggle-button" data-filter="best">BEST</button>
|
|
|
|
| 233 |
<button class="toggle-button" data-filter="popular">POPULAR</button>
|
| 234 |
+
<button class="toggle-button" data-filter="new">NEW</button>
|
| 235 |
</div>
|
| 236 |
<div class="category-group">
|
| 237 |
<button class="toggle-button" data-filter="text">Text</button>
|