Fix url for github
This commit is contained in:
parent
dc5cb41f95
commit
306f7fdab7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class AboutSectionWidget extends StatelessWidget {
|
|||
trailingIcon: Icons.chevron_right_outlined,
|
||||
trailingIconIsMuted: true,
|
||||
onTap: () async {
|
||||
launchUrl(Uri.parse("https://github.com/ente-io/photos-app"));
|
||||
launchUrl(Uri.parse("https://github.com/ente-io/auth"));
|
||||
},
|
||||
),
|
||||
sectionOptionSpacing,
|
||||
|
|
Loading…
Reference in a new issue