InfoBlock

@Composable
fun InfoBlock(label: String, text: String, onClick: () -> Unit? = null)