diff --git a/Werkout_watch Watch App/MainWatchView.swift b/Werkout_watch Watch App/MainWatchView.swift index ec1107d..ddfb237 100644 --- a/Werkout_watch Watch App/MainWatchView.swift +++ b/Werkout_watch Watch App/MainWatchView.swift @@ -59,7 +59,10 @@ struct MainWatchView: View { }) .buttonStyle(BorderedButtonStyle(tint: .green)) } else { - Text("No Werkout") + VStack { + Text("No Werkout") + Text("🍑") + } } } }