Skip to content

Commit 0275fea

Browse files
committed
feat(Sponsor): company nameでsortする
1 parent 746e4de commit 0275fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/src/components/Sponsors/Companies.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const rankNameMap = {
5252
{ "grid-cols-2 md:grid-cols-4": rank === "bronze" },
5353
]}
5454
>
55-
{sponsorsByRank[rank].map((sponsor) => (
55+
{sponsorsByRank[rank].sort().map((sponsor) => (
5656
<Company {sponsor} />
5757
))}
5858
</div>

0 commit comments

Comments
 (0)