From 5b1a24f800f21c89ea771e33c0e849bf4105121c Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:17:00 -0400 Subject: [PATCH] chore: rearrange Q&A --- src/components/FAQ.jsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/FAQ.jsx b/src/components/FAQ.jsx index 936db26..3541153 100644 --- a/src/components/FAQ.jsx +++ b/src/components/FAQ.jsx @@ -37,6 +37,16 @@ const FAQData = [ }, ], }, + { + question: 'What is CKAN?', + answer: "CKAN is an open-source data management system used around the world. You may learn more at ckan.org.", + links: [ + { + label: "CKAN website", + url: "https://ckan.org", + }, + ], + }, { question: "Where can I generate a CKAN API token?", answer: "You may generate a CKAN API token by logging into your CKAN account on your CKAN instance. Then, click on the user profile icon on the top right corner, click the 'API Tokens' tab, enter any name for your token and click the 'Create API Token' button, and then your API token will appear on the page. Note that you may not view your API token from qsv pro, so we recommend saving this token somewhere safe.", @@ -98,17 +108,7 @@ const FAQData = [ url: "https://support.dathere.com", }, ], - }, - { - question: 'What is CKAN?', - answer: "CKAN is an open-source data management system used around the world. You may learn more at ckan.org.", - links: [ - { - label: "CKAN website", - url: "https://ckan.org", - }, - ], - }, + } ]; export const FAQ = () => (