We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8258232 commit 8c4a9eeCopy full SHA for 8c4a9ee
lib/screens/settings.dart
@@ -123,7 +123,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
123
url: (auth.activeAccount.platform == PlatformType.github
124
? ''
125
: 'https://github.com') +
126
- '/pd4d10/git-touch/issues/new',
+ '/github/pd4d10/git-touch/issues/new',
127
),
128
TableViewItem(
129
text: Text('Rate This App'),
@@ -148,7 +148,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
148
text: Text('Source Code'),
149
rightWidget: Text('pd4d10/git-touch'),
150
151
- ? ''
+ ? '/github'
152
153
'/pd4d10/git-touch',
154
0 commit comments