FAQ -> FAQs

This commit is contained in:
vishnukvmd 2023-02-25 23:50:28 +05:30
parent 74d55db048
commit 83345048d3

View file

@ -129,7 +129,7 @@ class SubFaqWidget extends StatelessWidget {
padding: const EdgeInsets.all(40),
child: RichText(
text: TextSpan(
text: "FAQ",
text: "FAQs",
style: Theme.of(context).textTheme.bodyMedium!.copyWith(
decoration: TextDecoration.underline,
),