Center space analytics title (#3791)

pull/2245/head
Kelrap 2 months ago committed by GitHub
parent 7d67a064fa
commit 994f684bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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) {

Loading…
Cancel
Save