Skip to content

Commit

Permalink
Merge pull request #530 from shimastripe/fix/sponsor
Browse files Browse the repository at this point in the history
Fix item in Supporters section
  • Loading branch information
takahirom authored Aug 16, 2024
2 parents aeb7bee + 0fe35d3 commit 0bcc047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fun SponsorsList(
)
}
items(
items = uiState.platinumSponsors,
items = uiState.supporters,
span = { GridItemSpan(2) },
) { sponsor ->
SponsorItem(
Expand Down

0 comments on commit 0bcc047

Please sign in to comment.