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)