Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -93,9 +93,9 @@
|
|
| 93 |
}
|
| 94 |
}
|
| 95 |
|
| 96 |
-
.status-pending {
|
| 97 |
background-color: #f59e0b;
|
| 98 |
-
}
|
| 99 |
|
| 100 |
.status-dismissed {
|
| 101 |
background-color: #6b7280;
|
|
@@ -193,9 +193,9 @@
|
|
| 193 |
</button>
|
| 194 |
</div>
|
| 195 |
<div class="flex flex-wrap gap-2">
|
| 196 |
-
<button class="filter-btn px-4 py-2 rounded-full bg-yellow-100 text-yellow-700 hover:bg-yellow-200 transition" data-filter="pending">
|
| 197 |
Pending
|
| 198 |
-
</button>
|
| 199 |
<button class="filter-btn px-4 py-2 rounded-full bg-blue-100 text-blue-700 hover:bg-blue-200 transition" data-filter="active">
|
| 200 |
Active
|
| 201 |
</button>
|
|
|
|
| 93 |
}
|
| 94 |
}
|
| 95 |
|
| 96 |
+
/* .status-pending {
|
| 97 |
background-color: #f59e0b;
|
| 98 |
+
} */
|
| 99 |
|
| 100 |
.status-dismissed {
|
| 101 |
background-color: #6b7280;
|
|
|
|
| 193 |
</button>
|
| 194 |
</div>
|
| 195 |
<div class="flex flex-wrap gap-2">
|
| 196 |
+
<!-- <button class="filter-btn px-4 py-2 rounded-full bg-yellow-100 text-yellow-700 hover:bg-yellow-200 transition" data-filter="pending">
|
| 197 |
Pending
|
| 198 |
+
</button> -->
|
| 199 |
<button class="filter-btn px-4 py-2 rounded-full bg-blue-100 text-blue-700 hover:bg-blue-200 transition" data-filter="active">
|
| 200 |
Active
|
| 201 |
</button>
|