Skip to content

Commit

Permalink
Remove commented-out feedback settings tile from SettingsWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozart299 committed Mar 5, 2025
1 parent c04d1d9 commit 3a685ce
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ class _SettingsWidgetState extends State<SettingsWidget> {
),

// Send Feedback
SettingsTile(
iconPath: "assets/images/shared/feedback_icon.svg",
title: "Send Feedback",
onChanged: (value) {
print("Send Feedback tapped");
},
),
// SettingsTile(
// iconPath: "assets/images/shared/feedback_icon.svg",
// title: "Send Feedback",
// onChanged: (value) {
// print("Send Feedback tapped");
// },
// ),

// Our Story
SettingsTile(
Expand Down

0 comments on commit 3a685ce

Please sign in to comment.