refactor(connector): rename overline content to aircraft rather than procedure type

This commit is contained in:
Anthony 2024-04-02 03:40:42 +02:00
parent 5e99a7acd8
commit 4d6662a0cc

View File

@ -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") }
) )