2 Commits

Author SHA1 Message Date
292cefb945 Update events
All checks were successful
Build Production Image / Build Production Image (push) Successful in 54s
2024-02-03 14:33:30 -08:00
7f3499aba1 Fix table heading on board of directors 2024-02-01 19:59:28 -08:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -13,8 +13,8 @@
{ {
"title": "Town Hall Meeting", "title": "Town Hall Meeting",
"date": "2024-03-06", "date": "2024-03-06",
"startTime": "6:00pm", "startTime": "5:00pm",
"endTime": "8:00pm" "endTime": "7:00pm"
}, },
{ {
"title": "March Potluck", "title": "March Potluck",