Act to Get

This commit is contained in:
makearmy 2025-10-16 08:59:08 -04:00
parent b8226d44d6
commit 7669a084b1
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ export default function FileBrowserPanel() {
<div className="text-center">Type</div>
<div className="text-right">Size</div>
<div className="text-center">Date</div>
<div className="text-right pr-1 fs-nowrap">Act</div>
<div className="text-right pr-1 fs-nowrap">Get</div>
</div>
<div className="divide-y">

View file

@ -66,7 +66,7 @@ export default function FilesTable({
<th className="px-3 py-2 w-[15%]"><SortBtn k="type" label="Type" /></th>
<th className="px-3 py-2 w-[15%]"><SortBtn k="size" label="Size" /></th>
<th className="px-3 py-2 w-[30%]"><SortBtn k="modified" label="Modified" /></th>
<th className="px-3 py-2 text-right">Actions</th>
<th className="px-3 py-2 text-right">Get</th>
</tr>
</thead>
<tbody>