Fix url for github

This commit is contained in:
Neeraj Gupta 2023-08-09 12:00:37 +05:30
parent dc5cb41f95
commit 306f7fdab7

View file

@ -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,