Skip to content

Commit

Permalink
Updated readme + faq
Browse files Browse the repository at this point in the history
  • Loading branch information
PrintN authored and PrintN committed Sep 2, 2024
1 parent 9d61537 commit e540e3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Human Benchmark is a mobile application designed to test and improve your cognit
- **Comprehensive Testing**: Test yourself in various areas, including Reaction Time, Typing, Chimp Test, Number Memory, Hearing Test, Verbal Memory, Sequence Memory, Visual Memory, and Aim Training.
- **Statistics**: Compare your performance to others around the world.
- **Share Your Statistics**: Easily share an image of your statistics with friends or on social media.
- **Offline Access**: Enjoy the app fully without needing an internet connection; it's 100% offline.

## Acknowledgments

Expand Down
15 changes: 0 additions & 15 deletions lib/faq.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,6 @@ class FAQScreen extends StatelessWidget {
),
],
),
ExpansionTile(
title: Text(
'Where can I contact Human Benchmark?',
style: TextStyle(fontSize: 18.0, fontWeight: FontWeight.bold),
),
children: [
Padding(
padding: EdgeInsets.all(8.0),
child: Text(
'If you have any questions or encounter any issues, feel free to contact us at [email protected].',
style: TextStyle(fontSize: 16.0),
),
),
],
),
ExpansionTile(
title: Text(
'Who made this app?',
Expand Down

0 comments on commit e540e3f

Please sign in to comment.