docs: Mention emoji font

This commit is contained in:
Christian Pauly 2021-01-20 19:53:19 +01:00
commit 65baf17db8
3 changed files with 7 additions and 2 deletions

View file

@ -48,8 +48,8 @@ abstract class PlatformInfos {
onPressed: () => launch(AppConfig.sourceCodeUrl),
),
RaisedButton(
child: Text(L10n.of(context).help),
onPressed: () => launch(AppConfig.supportUrl),
child: Text(AppConfig.emojiFontName),
onPressed: () => launch(AppConfig.emojiFontUrl),
),
],
applicationIcon: Image.asset('assets/logo.png', width: 100, height: 100),