Skip to content

Commit

Permalink
Add UniPartners and category titles
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Apr 2, 2024
1 parent b2596de commit c14b950
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,16 @@
"title": "Navara"
}
]
},
{
"type": "secondary",
"title": "Secondary",
"items": [
{
"logoKey": "unipartners",
"url": "https://www.unipartners.nl/",
"title": "UniPartners"
}
]
}
]
1 change: 1 addition & 0 deletions data/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export const sponsorLogoMap: { [key: string]: URL } = {
import.meta.url
),
navara: new URL("/static/sponsors/nav_logo_navy_diap_rgb.png?as=webp&width=200", import.meta.url),
unipartners: new URL("/static/sponsors/UniPartners-Logo.png?as=webp&width=200", import.meta.url)
};
2 changes: 1 addition & 1 deletion src/components/sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const sponsorItem = (category: SponsorCategory) => {
return (
<Fragment>
<div>
{/* <h3>{category.title}</h3> */}
{<h3>{category.title}</h3>}
<ul class={style.sponsorlist}>
{sponsors.map((sponsor: Sponsor) => (
<li key={sponsor.logoKey} data-type={category.type}>
Expand Down
Binary file added static/sponsors/UniPartners-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c14b950

Please sign in to comment.