Skip to content

Commit

Permalink
Merge pull request #588 from Schroedinger-Hat/feat/sponsor-sparkfabrik
Browse files Browse the repository at this point in the history
feat(SponsorsTable): add sparkfabrik
  • Loading branch information
Readpato authored Feb 19, 2025
2 parents f04511c + fa86004 commit 0e5941f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/SponsorTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ const communitySponsors: Sponsor[] = [
];

const goldSponsors: Sponsor[] = [
{
alt: "Sparkfabrik Logo",
href: "https://www.sparkfabrik.com/",
src: "/sponsors/2025/sparkfabrik.svg",
width: 300,
height: 125
},
{
alt: "Gadfly logo",
href: "https://gadfly.ai",
Expand Down
56 changes: 56 additions & 0 deletions public/sponsors/2025/sparkfabrik.svg
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 0e5941f

Please sign in to comment.