@@ -327,9 +327,8 @@ export { departments };
327
327
<Table class:list ={ " bg-black dark:bg-white" } >
328
328
<TableHeader >
329
329
<TableRow >
330
- <TableHead className =" font-bold text-black dark:text-white" >Staff ID</TableHead >
331
- <TableHead className =" font-bold text-black dark:text-white" >Position</TableHead >
332
330
<TableHead className =" font-bold text-black dark:text-white" >CID</TableHead >
331
+ <TableHead className =" font-bold text-black dark:text-white" >Position</TableHead >
333
332
<TableHead className =" font-bold text-black dark:text-white" >Name</TableHead >
334
333
<TableHead className =" font-bold text-black dark:text-white" >E-mail</TableHead >
335
334
<TableHead className =" font-bold text-black dark:text-white" >Availability</TableHead >
@@ -339,9 +338,8 @@ export { departments };
339
338
{
340
339
departments [" Director" ].map ((staff : any ) => (
341
340
<TableRow >
342
- <TableCell className = " font-bold" >{ staff .STAFFID } </TableCell >
343
- <TableCell >{ staff .POSITION } </TableCell >
344
341
<TableCell >{ staff .CID } </TableCell >
342
+ <TableCell >{ staff .POSITION } </TableCell >
345
343
<TableCell >{ staff .NAME } </TableCell >
346
344
<TableCell >{ staff .EMAIL } </TableCell >
347
345
<TableCell >
@@ -353,9 +351,8 @@ export { departments };
353
351
{
354
352
departments [" Board" ].map ((staff : any ) => (
355
353
<TableRow >
356
- <TableCell className = " font-bold" >{ staff .STAFFID } </TableCell >
357
- <TableCell >{ staff .POSITION } </TableCell >
358
354
<TableCell >{ staff .CID } </TableCell >
355
+ <TableCell >{ staff .POSITION } </TableCell >
359
356
<TableCell >{ staff .NAME } </TableCell >
360
357
<TableCell >{ staff .EMAIL } </TableCell >
361
358
<TableCell >
@@ -367,9 +364,8 @@ export { departments };
367
364
{
368
365
departments [" Web" ].map ((staff : any ) => (
369
366
<TableRow >
370
- <TableCell className = " font-bold" >{ staff .STAFFID } </TableCell >
371
- <TableCell >{ staff .POSITION } </TableCell >
372
367
<TableCell >{ staff .CID } </TableCell >
368
+ <TableCell >{ staff .POSITION } </TableCell >
373
369
<TableCell >{ staff .NAME } </TableCell >
374
370
<TableCell >{ staff .EMAIL } </TableCell >
375
371
<TableCell >
@@ -381,9 +377,8 @@ export { departments };
381
377
{
382
378
departments [" Event" ].map ((staff : any ) => (
383
379
<TableRow >
384
- <TableCell className = " font-bold" >{ staff .STAFFID } </TableCell >
385
- <TableCell >{ staff .POSITION } </TableCell >
386
380
<TableCell >{ staff .CID } </TableCell >
381
+ <TableCell >{ staff .POSITION } </TableCell >
387
382
<TableCell >{ staff .NAME } </TableCell >
388
383
<TableCell >{ staff .EMAIL } </TableCell >
389
384
<TableCell >
@@ -395,9 +390,8 @@ export { departments };
395
390
{
396
391
departments [" Pilot" ].map ((staff : any ) => (
397
392
<TableRow >
398
- <TableCell className = " font-bold" >{ staff .STAFFID } </TableCell >
399
- <TableCell >{ staff .POSITION } </TableCell >
400
393
<TableCell >{ staff .CID } </TableCell >
394
+ <TableCell >{ staff .POSITION } </TableCell >
401
395
<TableCell >{ staff .NAME } </TableCell >
402
396
<TableCell >{ staff .EMAIL } </TableCell >
403
397
<TableCell >
@@ -409,9 +403,8 @@ export { departments };
409
403
{
410
404
departments [" Training" ].map ((staff : any ) => (
411
405
<TableRow >
412
- <TableCell className = " font-bold" >{ staff .STAFFID } </TableCell >
413
- <TableCell >{ staff .POSITION } </TableCell >
414
406
<TableCell >{ staff .CID } </TableCell >
407
+ <TableCell >{ staff .POSITION } </TableCell >
415
408
<TableCell >{ staff .NAME } </TableCell >
416
409
<TableCell >{ staff .EMAIL } </TableCell >
417
410
<TableCell >
0 commit comments