Add new minutes

This commit is contained in:
TheMaddax 2025-01-23 20:52:10 -08:00
parent b8e2a4c65e
commit 5b9712fc9d
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View file

@ -9,13 +9,18 @@ interface MinuteEntry {
}
const minutesData: MinuteEntry[] = [
{
date: '10/14/2024',
meetingType: 'Membership Meeting',
location: 'Dog Wash Cafe',
fileUrl: '/minutes/minutes-10142024.pdf',
},
{
date: '08/06/2024',
meetingType: 'Membership Meeting',
location: 'The Break Espresso',
fileUrl: '/minutes/minutes-08062024.pdf',
},
// Add more entries here as needed
];
const Minutes: React.FC = () => {