mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-05-02 07:24:27 +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(
|
ApplicationItem(
|
||||||
name = "Youtube ReVanced",
|
name = "Youtube ReVanced",
|
||||||
released = "Released [who knows] centuries ago",
|
released = "9d ago",
|
||||||
icon = { Icon(Icons.Default.Dashboard, "ReVanced") }
|
icon = { Icon(Icons.Default.Dashboard, "ReVanced") }
|
||||||
) {
|
) {
|
||||||
ChangelogText(
|
ChangelogText(
|
||||||
@ -102,7 +102,7 @@ fun DashboardScreen(viewModel: DashboardViewModel = getViewModel()) {
|
|||||||
}
|
}
|
||||||
ApplicationItem(
|
ApplicationItem(
|
||||||
name = "Reddit ReVanced",
|
name = "Reddit ReVanced",
|
||||||
released = "Released [REDACTED] month ago",
|
released = "1 month ago",
|
||||||
icon = { Icon(Icons.Default.Build, "ReReddit") }
|
icon = { Icon(Icons.Default.Build, "ReReddit") }
|
||||||
) {
|
) {
|
||||||
ChangelogText(
|
ChangelogText(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user