mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-29 22:14:28 +02:00
refactor: update placeholder "released: ago" text
This commit is contained in:
parent
651635c200
commit
cc231367f4
@ -91,7 +91,7 @@ fun DashboardScreen(viewModel: DashboardViewModel = getViewModel()) {
|
||||
) {
|
||||
ApplicationItem(
|
||||
name = "Youtube ReVanced",
|
||||
released = "Released [who knows] centuries ago",
|
||||
released = "9d ago",
|
||||
icon = { Icon(Icons.Default.Dashboard, "ReVanced") }
|
||||
) {
|
||||
ChangelogText(
|
||||
@ -102,7 +102,7 @@ fun DashboardScreen(viewModel: DashboardViewModel = getViewModel()) {
|
||||
}
|
||||
ApplicationItem(
|
||||
name = "Reddit ReVanced",
|
||||
released = "Released [REDACTED] month ago",
|
||||
released = "1 month ago",
|
||||
icon = { Icon(Icons.Default.Build, "ReReddit") }
|
||||
) {
|
||||
ChangelogText(
|
||||
|
Loading…
x
Reference in New Issue
Block a user