Add new minutes
This commit is contained in:
parent
b8e2a4c65e
commit
5b9712fc9d
2 changed files with 6 additions and 1 deletions
BIN
client/public/minutes/minutes-10142024.pdf
Normal file
BIN
client/public/minutes/minutes-10142024.pdf
Normal file
Binary file not shown.
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue