Fix case of title on the settings page
This commit is contained in:
parent
0420796660
commit
500a16c4c9
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class InfoSectionWidget extends StatelessWidget {
|
|||
return Container(
|
||||
child: Column(children: [
|
||||
Padding(padding: EdgeInsets.all(12)),
|
||||
SettingsSectionTitle("ABOUT"),
|
||||
SettingsSectionTitle("about"),
|
||||
GestureDetector(
|
||||
behavior: HitTestBehavior.translucent,
|
||||
onTap: () async {
|
||||
|
|
Loading…
Add table
Reference in a new issue