Add October minutes

This commit is contained in:
TheMaddax 2025-03-16 15:19:00 -05:00
parent b8f73dc3a6
commit 1b6167827c
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View file

@ -21,6 +21,12 @@ const minutesData: MinuteEntry[] = [
location: 'The Break Espresso',
fileUrl: '/minutes/minutes-08062024.pdf',
},
{
date: '10/17/2024',
meetingType: 'Board Meeting',
location: 'UC Market (University)',
fileUrl: '/minutes/minutes-10172024.pdf',
},
];
const Minutes: React.FC = () => {