Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sererim authored Jun 17, 2024
1 parent 61bcce0 commit a0670c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ fun accessToken(modifier: Modifier = Modifier
) {
Image (
painter = painterResource(id = R.drawable.logo),
contentDescription = "Logo",
contentDescription = "Logo", // there is a logo above log in button.
alignment = Alignment.Center
)
if (!isButtonPressed) {
Expand Down

0 comments on commit a0670c6

Please sign in to comment.