From a0670c6db7cc2fc5d18836b873be59b3075a3b1a Mon Sep 17 00:00:00 2001 From: Sererim <112503377+Sererim@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:46:27 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f54e27a..586c2ef18 100644 --- a/README.md +++ b/README.md @@ -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) {