faq added

This commit is contained in:
CHIEFSOFT\ameye
2023-06-29 20:56:51 -04:00
parent 60b917a0df
commit 0049bbe4bd
+2 -2
View File
@@ -77,7 +77,7 @@ class WrenchFaq extends BaseController
$data["result_list"][] = array(
"public" => "1",
"title" => "What is WrenchBoard Family Login ?",
"msg" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key,
"msg" => "The family account is a subset of your account that you can manage from your account. You can control the task and earnings from your account, which will be the parent account. ",
);
$data["result_list"][] = array(
@@ -89,7 +89,7 @@ class WrenchFaq extends BaseController
$data["result_list"][] = array(
"public" => "1",
"title" => "Does WrenchBoard work on mobile devices?",
"msg" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key,
"msg" => "Yes, you can browse from your mobile device. For the best experience, use our native app from app stores. ",
);
$data["result_list"][] = array(