We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc45b7 commit 66f908cCopy full SHA for 66f908c
1 file changed
app/Main.tsx
@@ -82,7 +82,7 @@ export default function Main({ posts }: { posts: Post[] }) {
82
const gold = SPONSORS.filter((s) => s.tier === 'Gold')
83
const silver = SPONSORS.filter((s) => s.tier === 'Silver')
84
const bronze = SPONSORS.filter((s) => s.tier === 'Bronze')
85
- const platinum = SPONSORS.filter((s) => s.tier === 'Infra')
+ const infra = SPONSORS.filter((s) => s.tier === 'Infrastructure')
86
87
return (
88
<div className="space-y-24 overflow-x-hidden">
0 commit comments