Switch from Board to Membership.
This commit is contained in:
parent
af6475844b
commit
c0e920f147
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ interface MinuteEntry {
|
||||||
const minutesData: MinuteEntry[] = [
|
const minutesData: MinuteEntry[] = [
|
||||||
{
|
{
|
||||||
date: '01/11/2025',
|
date: '01/11/2025',
|
||||||
meetingType: 'Board Meeting',
|
meetingType: 'Membership Meeting',
|
||||||
location: 'Black Coffee Roasting Company',
|
location: 'Black Coffee Roasting Company',
|
||||||
fileUrl: '/minutes/minutes-01112025.pdf',
|
fileUrl: '/minutes/minutes-01112025.pdf',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue