mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-22 19:48:18 +00:00
19 lines
554 B
HTML
19 lines
554 B
HTML
<div class="relative overflow-x-auto">
|
|
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
|
<thead class="text-xs text-gray-900 uppercase dark:text-gray-400">
|
|
<tr>
|
|
<th scope="col" class="px-6 py-3">Interpretations</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="bg-white dark:bg-gray-800">
|
|
<th
|
|
scope="row"
|
|
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white">
|
|
Apple MacBook Pro 17"
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|