Skip to content

Commit

Permalink
Merge pull request #32 from dddwa/feature/update-community-colour
Browse files Browse the repository at this point in the history
Update community colour
  • Loading branch information
JakeGinnivan authored Nov 12, 2024
2 parents 5602c90 + c294382 commit e70f5c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/app/components/page-components/SponsorSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export function SponsorSection({ sponsors, year }: { sponsors: YearSponsors | un
bronze: { gradientFrom: '#452927', logoSize: 'xs' },
room: { gradientFrom: '#1F1F4E', logoSize: 'xs' },
digital: { gradientFrom: '#371F4E', logoSize: 'xs' },
community: { gradientFrom: '#1F1F4E', logoSize: 'xs' },
coffeeCart: { gradientFrom: '#1F1F4E', logoSize: 'xs' },
quietRoom: { gradientFrom: '#1F1F4E', logoSize: 'xs' },
keynotes: { gradientFrom: '#1F1F4E', logoSize: 'sm' },
community: { gradientFrom: '#134343', logoSize: 'xs' },
coffeeCart: { gradientFrom: '#134343', logoSize: 'xs' },
quietRoom: { gradientFrom: '#134343', logoSize: 'xs' },
keynotes: { gradientFrom: '#134343', logoSize: 'sm' },
} as const
const getSponsorStyle = (category: keyof typeof sponsorStyles) => sponsorStyles[category]

Expand Down

0 comments on commit e70f5c1

Please sign in to comment.