Skip to content

Commit

Permalink
[features/home]: Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketambore committed Aug 5, 2023
1 parent b0436ab commit 423047c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/features/home/lib/src/home_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class DrawerHeader extends StatelessWidget {
top: 24 + MediaQuery.of(context).padding.top,
bottom: 24,
),
child: Column(
children: const [
child: const Column(
children: [
CircleAvatar(
radius: 52,
backgroundImage: AssetImage('assets/images/logo.png'),
Expand All @@ -67,7 +67,7 @@ class DrawerHeader extends StatelessWidget {
),
),
Text(
'Version: 0.0.0',
'Version: 0.1.0',
style: TextStyle(
color: white,
fontSize: 17,
Expand Down

0 comments on commit 423047c

Please sign in to comment.