diff --git a/IceCubesApp/App/Tabs/Settings/SettingsTab.swift b/IceCubesApp/App/Tabs/Settings/SettingsTab.swift index 69dbc457..a372cfeb 100644 --- a/IceCubesApp/App/Tabs/Settings/SettingsTab.swift +++ b/IceCubesApp/App/Tabs/Settings/SettingsTab.swift @@ -132,7 +132,7 @@ struct SettingsTabs: View { Label("settings.general.remote-timelines", systemImage: "dot.radiowaves.right") } NavigationLink(destination: ContentSettingsView()) { - Label("settings.general.content", systemImage: "rectangle.on.rectangle") + Label("settings.general.content", systemImage: "rectangle.stack") } NavigationLink(destination: SwipeActionsSettingsView()) { Label("settings.general.swipeactions", systemImage: "hand.draw")