centered text for member table

This commit is contained in:
chark1es 2025-02-01 00:53:04 -08:00
parent 040d431e4d
commit 7cd50bea6c

View file

@ -50,16 +50,16 @@
</div>
<div class="overflow-x-auto">
<table
class="table table-zebra w-full [&_tr]:border-b [&_tr]:border-base-200"
class="table table-zebra w-full [&_tr]:border-b [&_tr]:border-base-200 text-center"
>
<thead class="hidden lg:table-header-group">
<tr>
<th>Name</th>
<th>Email</th>
<th>Member ID</th>
<th>Points</th>
<th>Resume</th>
<th>Actions</th>
<th class="text-center">Name</th>
<th class="text-center">Email</th>
<th class="text-center">Member ID</th>
<th class="text-center">Points</th>
<th class="text-center">Resume</th>
<th class="text-center">Actions</th>
</tr>
</thead>
<tbody id="resumeList" class="divide-y divide-base-200">