fix: Remove double protocol on opening a service link

pull/191/head
NaiJi ✨ 2023-01-29 08:41:59 +04:00
parent 4e1659cfdc
commit 9929cdd1a3
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class _Card extends StatelessWidget {
children: [
GestureDetector(
onTap: () => _launchURL(
'https://${service.url}',
service.url,
),
child: Text(
'${service.url}',