Skip to content

Commit

Permalink
remove table column label
Browse files Browse the repository at this point in the history
  • Loading branch information
jbraswell committed Jul 7, 2024
1 parent 72f046e commit d684dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/js/routes/Users.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<TableSearch placeholder="Search by name" hoverable={true} bind:inputValue={searchTerm}>
<TableHead>
<TableHeadCell>Name</TableHeadCell>
<TableHeadCell class="text-center">Delete</TableHeadCell>
<TableHeadCell />
</TableHead>
<TableBody>
{#each filteredUsers as user}
Expand Down

0 comments on commit d684dd6

Please sign in to comment.