mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
chore: Merge services-urls into master
Reviewed-on: https://git.selfprivacy.org/kherel/selfprivacy.org.app/pulls/191 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
4548620f0a
|
@ -146,7 +146,7 @@ class _Card extends StatelessWidget {
|
|||
children: [
|
||||
GestureDetector(
|
||||
onTap: () => _launchURL(
|
||||
'https://${service.url}',
|
||||
service.url,
|
||||
),
|
||||
child: Text(
|
||||
'${service.url}',
|
||||
|
|
Loading…
Reference in a new issue