This commit is contained in:
sneurlax 2024-05-13 12:53:11 -05:00 committed by julian
parent 1d135a2fa6
commit 759a75daf8

View file

@ -201,6 +201,7 @@ class AppNameText extends StatelessWidget {
Widget build(BuildContext context) {
return Text(
"{$WhiteLabel.appName}",
// TODO [prio=high]: `'appName' can't be accessed using static access.`",
textAlign: TextAlign.center,
style: !isDesktop
? STextStyles.pageTitleH1(context)