Skip to content

Commit

Permalink
revert: undo the space for the app title
Browse files Browse the repository at this point in the history
  • Loading branch information
stamenione committed Jun 25, 2024
1 parent 3c2ffaa commit 34a9e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdminUi/apps/admin_ui/lib/core/widgets/app_title.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AppTitle extends StatelessWidget {
TextSpan(
children: [
TextSpan(text: 'enmeshed', style: textStyle.copyWith(fontWeight: FontWeight.bold)),
const TextSpan(text: ' Backbone AdminUI', style: textStyle),
const TextSpan(text: ' Backbone Admin UI', style: textStyle),
],
),
),
Expand Down

0 comments on commit 34a9e28

Please sign in to comment.