1 Commits

Author SHA1 Message Date
7192f527e9 Add Linn as director
All checks were successful
Build Production Image / Build Production Image (push) Successful in 1m15s
2024-04-27 14:22:31 -07:00

View File

@ -95,6 +95,10 @@ export default function Club() {
<TableLeftHeading>Leslie Brown</TableLeftHeading> <TableLeftHeading>Leslie Brown</TableLeftHeading>
<TableCell>Director</TableCell> <TableCell>Director</TableCell>
</tr> </tr>
<tr>
<TableLeftHeading>Linn Hulley</TableLeftHeading>
<TableCell>Director</TableCell>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>