Skip to content

Commit 66f908c

Browse files
authored
Rename platinum tier to infrastructure in Main.tsx
1 parent dbc45b7 commit 66f908c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function Main({ posts }: { posts: Post[] }) {
8282
const gold = SPONSORS.filter((s) => s.tier === 'Gold')
8383
const silver = SPONSORS.filter((s) => s.tier === 'Silver')
8484
const bronze = SPONSORS.filter((s) => s.tier === 'Bronze')
85-
const platinum = SPONSORS.filter((s) => s.tier === 'Infra')
85+
const infra = SPONSORS.filter((s) => s.tier === 'Infrastructure')
8686

8787
return (
8888
<div className="space-y-24 overflow-x-hidden">

0 commit comments

Comments
 (0)