Skip to content

Commit

Permalink
Update about.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sapatevaibhav authored May 31, 2024
1 parent fb56e62 commit f1c9f6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/pages/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ class AboutPage extends StatelessWidget {
'Body Parts',
'Learn about different body parts, how to pronounce them, and gain short information, promoting awareness of their own bodies.',
),
const SizedBox(height: 16.0),
_buildSectionTitle(context, 'Upcoming Features:'),
const SizedBox(height: 8.0),

_buildFeature(
context,
'Birds',
Expand All @@ -86,7 +84,9 @@ class AboutPage extends StatelessWidget {
context,
'Solar System',
'Gain knowledge about the solar system, sparking interest in space and astronomy.',
),
),const SizedBox(height: 16.0),
_buildSectionTitle(context, 'Upcoming Features:'),
const SizedBox(height: 8.0),
_buildFeature(
context,
'Shapes',
Expand Down

0 comments on commit f1c9f6d

Please sign in to comment.