From f81153a674192f8a9470c1a1fe144c23ecfa0e6f Mon Sep 17 00:00:00 2001 From: Trey t Date: Sat, 8 Jul 2023 19:45:28 -0500 Subject: [PATCH] WIP --- Werkout_watch Watch App/MainWatchView.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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("🍑") + } } } }