Skip to content

Commit c510bcd

Browse files
committed
chore: change description in the example app
1 parent df06049 commit c510bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Example/SettingExample/PreferencesView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ struct PreferencesView: View {
189189
.pickerDisplayMode(.inline)
190190
}
191191

192-
SettingGroup(header: "You can't turn these off. HEHEHAHA!") {
192+
SettingGroup {
193193
SettingToggle(title: "Send Promotional Emails", isOn: $model.notificationPromo)
194194
SettingToggle(title: "Send Product Updates", isOn: $model.notificationUpdates)
195195
}

0 commit comments

Comments
 (0)