diff --git a/Shared/Player/WatchNextView.swift b/Shared/Player/WatchNextView.swift index 8276f750..a1e159a2 100644 --- a/Shared/Player/WatchNextView.swift +++ b/Shared/Player/WatchNextView.swift @@ -189,7 +189,7 @@ struct WatchNextView: View { Button { model.hide() } label: { - Label("Hide", systemImage: "chevron.down") + Label("Hide", systemImage: "xmark") } }