Skip to content

Commit

Permalink
Updating Github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SebieF committed Jun 12, 2023
1 parent 56325dd commit 0f2af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/screens/UserSettingsInfoScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class _UserSettingsInfoScreenState extends State<UserSettingsInfoScreen> {
final List<TabItem> tabs = [
TabItem(icon: Icons.arrow_back, title: allTranslations.text("back"))
];
final String githubURL = "https://github.com/SebieF";
final String githubURL = "https://github.com/SebieF/shooting_device_assistant";
final String paypalURL = "https://paypal.me/Sebie552";

String _selectedLanguage = allTranslations.currentLanguage;
Expand Down

0 comments on commit 0f2af78

Please sign in to comment.