Skip to content

Commit 3f32130

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 3f32130

File tree

2 files changed

+37
-1
lines changed

2 files changed

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

src/components/landing/sponsors.astro

Lines changed: 13 additions & 1 deletion
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

@@ -189,7 +199,9 @@ const sponsors = [
189199
<div class="mb-[64px] relative">
190200
<div class="flex items-center mb-6">
191201
<span class="block w-full h-[1px] bg-[#d3d2d6]" />
192-
<span class="text-2xl shrink-0 font-semibold px-5">{tier.name}</span>
202+
<span class="text-2xl shrink-0 font-semibold px-5">
203+
{tier.name}
204+
</span>
193205
<span class="block w-full h-[1px] bg-[#d3d2d6]" />
194206
</div>
195207
<div class="flex flex-wrap items-center justify-center gap-4">

0 commit comments

Comments
 (0)