diff --git a/Widget/Countdown Widget/CountdownWidgetView.swift b/Widget/Countdown Widget/CountdownWidgetView.swift index 00fb2a3f..a4d63a3f 100644 --- a/Widget/Countdown Widget/CountdownWidgetView.swift +++ b/Widget/Countdown Widget/CountdownWidgetView.swift @@ -64,7 +64,7 @@ struct CountdownWidgetView: View { Label{ Text(nextSolarEvent.date.withTimeZoneAdjustment(for: timeZone), style: .time) } icon: { - Image(systemName: "nextSolarEvent.imageName") + Image(systemName: nextSolarEvent.imageName) } .font(.footnote.weight(.semibold)) .contentTransition(.numericText())