Skip to content

Commit

Permalink
minor: add constant version
Browse files Browse the repository at this point in the history
  • Loading branch information
psantosh16 committed Aug 28, 2024
1 parent d20c2db commit 2508502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui/views/auth/register/register_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/views/profile/preferences/preferences_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2508502

Please sign in to comment.