refactor: update placeholder "released: ago" text

This commit is contained in:
Ushie 2022-11-12 19:07:35 +03:00
parent 651635c200
commit cc231367f4
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F

View File

@ -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(