From f62657a07bdf1026352d0cf6db418d2d8014ebb9 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Sat, 19 Oct 2024 18:59:08 -0600 Subject: [PATCH] Update typo and contact info --- client/src/components/Sponsors.tsx | 4 ++-- client/src/eventData.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/Sponsors.tsx b/client/src/components/Sponsors.tsx index 7a74fa4..2b967af 100644 --- a/client/src/components/Sponsors.tsx +++ b/client/src/components/Sponsors.tsx @@ -119,8 +119,8 @@ const Sponsors: React.FC = () => { facebookUrl: "https://m.facebook.com/ImagineNationBrewing", instagramUrl: "https://www.instagram.com/imaginenationbrewingco" }, - "Gild Brewing": { - description: "Gild Brewing organized a community-focused fundraiser for MCDi, combining craft beer tasting with Deaf culture education. Their event not only raised funds but also fostered a deeper understanding of Deaf culture, making a significant impact on our mission.", + "GILD Brewing": { + description: "GILD Brewing organized a community-focused fundraiser for MCDi, combining craft beer tasting with Deaf culture education. Their event not only raised funds but also fostered a deeper understanding of Deaf culture, making a significant impact on our mission.", logoPath: "/sponsors/gild-brewing.png", websiteUrl: "https://www.gildbrewing.com/", facebookUrl: "https://m.facebook.com/gildbrewing/", diff --git a/client/src/eventData.ts b/client/src/eventData.ts index c254631..e020e00 100644 --- a/client/src/eventData.ts +++ b/client/src/eventData.ts @@ -16,8 +16,8 @@ export const events: Event[] = [ description: 'Black Roasting Coffee Company', startTime: '10:00', endTime: '11:00', - pointOfContact: 'Eliza Kragh', - email: 'eliza.kragh@deafmissoula.org', + pointOfContact: 'Rita Brandborg', + email: 'rita.brandborg@deafmissoula.org', address: '525 E Spruce St, Missoula, MT 59801' } -]; \ No newline at end of file +]]; \ No newline at end of file