This commit is contained in:
Trey t
2023-07-08 19:45:28 -05:00
parent cfcf8a8ffe
commit f81153a674

View File

@@ -59,7 +59,10 @@ struct MainWatchView: View {
})
.buttonStyle(BorderedButtonStyle(tint: .green))
} else {
Text("No Werkout")
VStack {
Text("No Werkout")
Text("🍑")
}
}
}
}