Questions -> FAQ

This commit is contained in:
vishnukvmd 2023-02-25 23:43:23 +05:30
parent ca28d7c854
commit 74d55db048

View file

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