mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 14:34:12 +02:00
refactor(connector): rename overline content to aircraft rather than procedure type
This commit is contained in:
parent
5e99a7acd8
commit
4d6662a0cc
@ -54,7 +54,7 @@ class ListProjects : Screen {
|
|||||||
// TODO add loading project
|
// TODO add loading project
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
overlineContent = { Text("Emergency") },
|
overlineContent = { Text("Boeing 737-800") },
|
||||||
headlineContent = { Text("Project $index") },
|
headlineContent = { Text("Project $index") },
|
||||||
trailingContent = { Icon(Icons.AutoMirrored.Filled.KeyboardArrowRight, "Open Project") }
|
trailingContent = { Icon(Icons.AutoMirrored.Filled.KeyboardArrowRight, "Open Project") }
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user