fdaudens commited on
Commit
68c0a45
·
verified ·
1 Parent(s): fa54b1b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -235,13 +235,13 @@
235
  <table class="w-full">
236
  <thead>
237
  <tr>
238
- <th>Case Name</th>
239
  <th>Status</th>
240
  <th>Plaintiffs</th>
241
  <th>Defendants</th>
242
  <th>Filed</th>
243
  <th>Court</th>
244
- <th>Actions</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>