1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Adapt welcome route

This commit is contained in:
2021-04-23 12:28:50 +02:00
parent 2292454830
commit a022e8bfd1
3 changed files with 7 additions and 2 deletions

View File

@ -52,12 +52,13 @@ class LoginScaffold extends StatelessWidget {
child: Column(
children: <Widget>[
Spacer(flex: 3),
Text("Comunic",
Text(config().appName,
textAlign: TextAlign.center,
style: TextStyle(fontSize: 50)),
Spacer(flex: 1),
Text(
tr("Free social network that respect your privacy"),
config().appQuickDescription ??
tr("Free social network that respect your privacy"),
textAlign: TextAlign.center,
),
Spacer(flex: 3),