diff --git a/client/public/minutes/minutes-04122025.pdf b/client/public/minutes/minutes-04122025.pdf new file mode 100644 index 0000000..ccdca9b Binary files /dev/null and b/client/public/minutes/minutes-04122025.pdf differ diff --git a/client/src/components/Meet-Board.tsx b/client/src/components/Meet-Board.tsx index 405d0b6..b1cac1f 100644 --- a/client/src/components/Meet-Board.tsx +++ b/client/src/components/Meet-Board.tsx @@ -23,7 +23,7 @@ const boardMembers: BoardMember[] = [ position: "Vice President", email: "skyla.wilson@deafmissoula.org", image: "/headshots/skyla.jpg", - bio: "Skyla Wilson brings fresh energy and perspective to the MCDI board as Vice President. With a commitment to advancing Deaf community initiatives and fostering inclusive environments, Skyla is dedicated to supporting the organization's mission and helping create meaningful connections within the community." + bio: "Meet Skyla Wilson, the river soul with a heart tuned to justice. She’s a fierce advocate for the Deaf community, always ready to stand up, speak out (in her own way), and make space for voices that often go unheard. When she’s not pushing for accessibility and equity, you’ll find her floating peacefully down a river, soaking in the calm before diving back into the work. Skyla blends quiet power with unstoppable purpose—equal parts grace, grit, and a deep love for her community." }, { name: "Tessa Williams", diff --git a/client/src/components/Minutes.tsx b/client/src/components/Minutes.tsx index a1120d4..ab2c2e3 100644 --- a/client/src/components/Minutes.tsx +++ b/client/src/components/Minutes.tsx @@ -10,10 +10,10 @@ interface MinuteEntry { const minutesData: MinuteEntry[] = [ { - date: '01/11/2025', + date: '04/12/2025', meetingType: 'Membership Meeting', - location: 'Black Coffee Roasting Company', - fileUrl: '/minutes/minutes-01112025.pdf', + location: 'The Break Coffee', + fileUrl: '/minutes/minutes-04122025.pdf', }, { date: '03/08/2025', @@ -27,6 +27,12 @@ const minutesData: MinuteEntry[] = [ location: 'Book Exchange - Liquid Planet', fileUrl: '/minutes/minutes-02082025.pdf', }, + { + date: '01/11/2025', + meetingType: 'Membership Meeting', + location: 'Black Coffee Roasting Company', + fileUrl: '/minutes/minutes-01112025.pdf', + }, { date: '10/17/2024', meetingType: 'Board Meeting',