Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -235,13 +235,13 @@
|
|
235 |
<table class="w-full">
|
236 |
<thead>
|
237 |
<tr>
|
238 |
-
<th>Case
|
239 |
<th>Status</th>
|
240 |
<th>Plaintiffs</th>
|
241 |
<th>Defendants</th>
|
242 |
<th>Filed</th>
|
243 |
<th>Court</th>
|
244 |
-
<th>
|
245 |
</tr>
|
246 |
</thead>
|
247 |
<tbody id="tableBody"></tbody>
|
|
|
235 |
<table class="w-full">
|
236 |
<thead>
|
237 |
<tr>
|
238 |
+
<th>Case</th>
|
239 |
<th>Status</th>
|
240 |
<th>Plaintiffs</th>
|
241 |
<th>Defendants</th>
|
242 |
<th>Filed</th>
|
243 |
<th>Court</th>
|
244 |
+
<th>Link</th>
|
245 |
</tr>
|
246 |
</thead>
|
247 |
<tbody id="tableBody"></tbody>
|