Skip to content

Commit

Permalink
manager: Use correct icon
Browse files Browse the repository at this point in the history
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
  • Loading branch information
rsuntk committed Dec 17, 2024
1 parent 02f428e commit b2d0457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ fun UnofficialCard() {
uriHandler.openUri("https://github.com/rsuntk/KernelSU")
}
.padding(24.dp), verticalAlignment = Alignment.CenterVertically) {
Icon(Icons.Outlined.CheckCircle, stringResource(R.string.home_unofficial_title))
Icon(Icons.Outlined.Info, stringResource(R.string.home_unofficial_title))
Column(Modifier.padding(start = 20.dp)) {
Text(
text = stringResource(R.string.home_unofficial_title),
Expand Down

0 comments on commit b2d0457

Please sign in to comment.