From 70d821fe5d5a15859e00b87de0bb865771f8535a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20F=C3=B6rster?= Date: Tue, 20 Aug 2024 13:18:32 +0200 Subject: [PATCH] use correct systemImage for the Subscribe button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Toni Förster --- Shared/Channels/ChannelVideosView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Channels/ChannelVideosView.swift b/Shared/Channels/ChannelVideosView.swift index dc7e581b..50645ca0 100644 --- a/Shared/Channels/ChannelVideosView.swift +++ b/Shared/Channels/ChannelVideosView.swift @@ -380,7 +380,7 @@ struct ChannelVideosView: View { navigation.sidebarSectionChanged.toggle() } } label: { - Label("Subscribe", systemImage: "circle") + Label("Subscribe", systemImage: "star.circle") .help("Subscribe") #if os(iOS) .labelStyle(.automatic)