diff --git a/lib/ui/views/auth/register/register_view.dart b/lib/ui/views/auth/register/register_view.dart index 9ad5ea1..57e7977 100644 --- a/lib/ui/views/auth/register/register_view.dart +++ b/lib/ui/views/auth/register/register_view.dart @@ -317,7 +317,7 @@ class RegisterView extends StatelessWidget { ), 10.verticalSpace, Text( - 'Abhiyaan v.${AppConstants.appVersion}', + 'Abhiyaan v${AppConstants.appVersion}', textAlign: TextAlign.center, style: FontThemeClass().caption( context, diff --git a/lib/ui/views/profile/preferences/preferences_view.dart b/lib/ui/views/profile/preferences/preferences_view.dart index e6068ca..3c9e429 100644 --- a/lib/ui/views/profile/preferences/preferences_view.dart +++ b/lib/ui/views/profile/preferences/preferences_view.dart @@ -127,7 +127,7 @@ class PreferencesView extends StatelessWidget { const LogoutButton(), 22.verticalSpace, Text( - 'Abhiyaan v.${AppConstants.appVersion}', + 'Abhiyaan v${AppConstants.appVersion}', style: model.fontTheme.paragraph( context, color: context.colorScheme.secondarySectionColor,