Fix table heading on board of directors

This commit is contained in:
Tony Grosinger 2024-02-01 19:59:28 -08:00
parent f62e434dff
commit 7f3499aba1

View File

@ -66,7 +66,7 @@ export default function Club() {
<table className="min-w-full divide-y divide-gray-300">
<thead>
<tr>
<th scope="col" className="py-3.5 pl-4 pr-3 sm:pl-0">Name</th>
<TableHeading>Name</TableHeading>
<TableHeading>Position</TableHeading>
</tr>
</thead>