Center space analytics title (#3791)

This commit is contained in:
Kelrap 2025-08-25 09:21:39 -04:00 committed by GitHub
parent 7d67a064fa
commit 994f684bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,7 @@ class SpaceAnalyticsView extends StatelessWidget {
return Scaffold(
appBar: AppBar(
title: Text(L10n.of(context).spaceAnalytics),
centerTitle: true,
),
body: LayoutBuilder(
builder: (context, constraints) {