-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PrintN
authored and
PrintN
committed
Sep 2, 2024
1 parent
9d61537
commit e540e3f
Showing
2 changed files
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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?', | ||
|