Rename to BrandManager

This commit is contained in:
2026-01-25 16:04:12 +01:00
parent 99aebb2c5f
commit 4c78216c6f
8 changed files with 10 additions and 27 deletions

View File

@@ -16,13 +16,6 @@ class WelcomeView extends StatelessWidget {
color: Theme.of(context).colorScheme.primary,
),
const SizedBox(height: 24),
Text(
'BM Manager',
style: Theme.of(context).textTheme.headlineLarge?.copyWith(
fontWeight: FontWeight.bold,
),
),
const SizedBox(height: 8),
Text(
'Manage your BrandMeister devices',
style: Theme.of(context).textTheme.bodyMedium?.copyWith(