Fix ordering of minutes

This commit is contained in:
TheMaddax 2025-03-25 17:59:58 -05:00
parent d5f60c8479
commit 891c09a9ea
2 changed files with 2 additions and 0 deletions

View file

@ -25,3 +25,4 @@ Adding new meeting minutes to the website:
- Website uses React with TypeScript
- Minutes component includes desktop/mobile viewing modes
- Sorting functionality maintained for all columns
- Minutes data ordered from newest (top) to oldest (bottom) in the source array

View file

@ -16,6 +16,7 @@
- February 8, 2025 Board Meeting at Book Exchange - Liquid Planet
- PDF file added to public/minutes/
- Updated Minutes.tsx component
- Reordered minutes data from newest (top) to oldest (bottom) in the source array
2. Deployment:
- Changes ready for deployment via Portainer