On the Web build, the Contact Us section's "GitHub Repository" link opens https://github.com/weizhong2004/happy-notes, which returns 404. It should point at the canonical repo https://github.com/shukebeta/HappyNotes.
Location: lib/screens/settings/settings.dart:304 (_launchGitHub)
Fix: update the URL constant to https://github.com/shukebeta/HappyNotes.
Issue created by the planner relay from a shuke requirement.
On the Web build, the Contact Us section's "GitHub Repository" link opens
https://github.com/weizhong2004/happy-notes, which returns 404. It should point at the canonical repohttps://github.com/shukebeta/HappyNotes.Location:
lib/screens/settings/settings.dart:304(_launchGitHub)Fix: update the URL constant to
https://github.com/shukebeta/HappyNotes.Issue created by the planner relay from a shuke requirement.