Skip to content

Commit

Permalink
Nit: Remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Feb 27, 2025
1 parent 3386a0b commit 51098eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun HeroCode() {
@Composable
fun HomePage() {
Column(
Modifier.fillMaxWidth().whiteSpace(WhiteSpace.PreWrap).textAlign(TextAlign.Center),,
Modifier.fillMaxWidth().whiteSpace(WhiteSpace.PreWrap).textAlign(TextAlign.Center),
horizontalAlignment = Alignment.CenterHorizontally
) {
var colorMode by ColorMode.currentState
Expand Down

0 comments on commit 51098eb

Please sign in to comment.