Skip to content

Commit 6b251cb

Browse files
committed
sponsors: Add Blacksmith
Since Blacksmith has sponsored us with a service they provide instead of a regular tiered sponsorship, we introduce a new section called "Infrastructure Sponsors".
1 parent 2362d6a commit 6b251cb

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 24 additions & 0 deletions
Loading

src/components/landing/sponsors.astro

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,16 @@ const sponsors = [
175175
},
176176
],
177177
},
178+
{
179+
name: "Infrastructure Sponsors",
180+
sponsors: [
181+
{
182+
name: "Blacksmith",
183+
href: "https://www.blacksmith.sh",
184+
logo: "/assets/img/sponsor-blacksmith.svg",
185+
},
186+
],
187+
},
178188
];
179189
---
180190

0 commit comments

Comments
 (0)