Skip to content

Commit

Permalink
Merge pull request #199 from m2mathew/chore/add_sponsors_for_fall_2023
Browse files Browse the repository at this point in the history
Chore/add sponsors for fall 2023
  • Loading branch information
m2mathew authored Sep 18, 2023
2 parents b1bb80d + 831196d commit f228f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tmac-website",
"description": "Website for the Texas Music Administrators Conference",
"version": "2.36.1",
"version": "2.37.0",
"repository": {
"type": "git",
"url": "https://github.com/m2mathew/tmac-website"
Expand Down
2 changes: 1 addition & 1 deletion src/components/sponsors/SponsorGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const StyledStack = styled(Stack)(({ theme }) => ({
const SponsorGrid = ({
sponsorData,
}: Props): JSX.Element => {
const georgiaOKeeffeSponsors = sponsorData?.filter((sponsor) => sponsor.SponsorLevel === 'Georgia O\'Keeffe');
const georgiaOKeeffeSponsors = sponsorData?.filter((sponsor) => sponsor.SponsorLevel === 'Georgia O\' Keeffe');
const gustavMahlerSponsors = sponsorData?.filter((sponsor) => sponsor.SponsorLevel === 'Gustav Mahler');
const marthaGrahamSponsors = sponsorData?.filter((sponsor) => sponsor.SponsorLevel === 'Martha Graham');
const arthurMillerSponsors = sponsorData?.filter((sponsor) => sponsor.SponsorLevel === 'Arthur Miller');
Expand Down

0 comments on commit f228f3b

Please sign in to comment.