Skip to content

Commit

Permalink
feat: legend in staff list
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jul 12, 2024
1 parent cc9bc97 commit 2dc7e27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/about/staff.astro
Original file line number Diff line number Diff line change
Expand Up @@ -421,5 +421,12 @@ export { departments };
}
</TableBody>
</Table>

<div class="flex flex-row gap-5 justify-between text-sm mt-4 max-lg:flex-wrap">
<span class="max-lg:w-[100%]"><AvailabilityDecode Availability="AVL"/> = Available and can be reached on a daily basis</span>
<span class="max-lg:w-[100%]"><AvailabilityDecode Availability="OOO"/> = Out of Office (longer vacation, 3-6 weeks)</span>
<span class="max-lg:w-[100%]"><AvailabilityDecode Availability="DEP"/> = Away for more than 2 months</span>
<span class="max-lg:w-[100%]"><AvailabilityDecode Availability="VAC"/> = Vacant Position</span>
</div>
</div>
</PageContainer>

0 comments on commit 2dc7e27

Please sign in to comment.