Resolves #291 some padding issues

This commit is contained in:
Yegor Vialov
2019-02-16 19:59:39 +02:00
parent e006c4e403
commit 62b1af30e0
4 changed files with 24 additions and 16 deletions

View File

@ -361,10 +361,10 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
GestureDetector(
onTap: () {
Navigator.of(context).pop();
HAUtils.launchURL("http://ha-client.vynn.co/");
HAUtils.launchURL("http://ha-client.homemade.systems/");
},
child: Text(
"ha-client.vynn.co",
"ha-client.homemade.systems",
style: TextStyle(
color: Colors.blue,
decoration: TextDecoration.underline