Update events: Remove past events (Jan 2025, Dec 2025) and update March 14, 2026 meeting with Funk It Coffee location
This commit is contained in:
parent
bcbcdae3a5
commit
3eff1a924f
1 changed files with 4 additions and 24 deletions
|
|
@ -10,35 +10,15 @@ export interface Event {
|
|||
}
|
||||
|
||||
export const events: Event[] = [
|
||||
{
|
||||
date: '2025-01-11',
|
||||
title: 'MCDi Members Meeting',
|
||||
description: 'Black Roasting Coffee Company',
|
||||
startTime: '10:00',
|
||||
endTime: '11:00',
|
||||
pointOfContact: 'Rita Brandborg',
|
||||
email: 'rita.brandborg@deafmissoula.org',
|
||||
address: '525 E Spruce St, Missoula, MT 59801'
|
||||
},
|
||||
{
|
||||
date: '2025-12-13',
|
||||
title: 'MCDi Board Meeting',
|
||||
description: 'Board Meeting',
|
||||
startTime: '09:00',
|
||||
endTime: '10:00',
|
||||
pointOfContact: 'Tessa Williams',
|
||||
email: 'tessa.williams@deafmissoula.org',
|
||||
address: '2335 Brooks St, Missoula, MT 59801'
|
||||
},
|
||||
{
|
||||
date: '2026-03-14',
|
||||
title: 'MCDi Board Meeting',
|
||||
description: 'Board Meeting',
|
||||
startTime: '09:00',
|
||||
endTime: '10:00',
|
||||
description: 'Board Meeting at Funk It Coffee and Thrift',
|
||||
startTime: '10:00',
|
||||
endTime: '11:00',
|
||||
pointOfContact: 'Tessa Williams',
|
||||
email: 'tessa.williams@deafmissoula.org',
|
||||
address: 'TBD'
|
||||
address: '314 N 1st St. West, Missoula MT 59802'
|
||||
},
|
||||
{
|
||||
date: '2026-06-13',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue