This commit is contained in:
ponzischeme89
2026-08-12 07:33:24 +12:00
parent 5fed3360c2
commit e30962245e
2 changed files with 1 additions and 7 deletions
@@ -4399,13 +4399,6 @@ private fun ForYouNudgeBanner(
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)
Text(
"Open For You from the menu and choose how much time you have.",
color = MembyMutedText,
fontSize = 15.sp,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)
}
}
}