chore: add link to CKAN and add key to FAQ div map

This commit is contained in:
rzmk 2023-12-06 18:40:41 -05:00
parent 143a81387f
commit dbc0920734
No known key found for this signature in database
2 changed files with 11 additions and 3 deletions

View file

@ -35,7 +35,7 @@ export const FAQ = () => (
</h2> </h2>
<div className="mb-11 flex flex-wrap -m-1"> <div className="mb-11 flex flex-wrap -m-1">
{FAQData.map((item, index) => ( {FAQData.map((item, index) => (
<div className="w-full p-1"> <div key={index} className="w-full p-1">
<FAQBox <FAQBox
title={item.question} title={item.question}
content={item.answer} content={item.answer}

View file

@ -30,8 +30,16 @@ export const Features2 = () => (
</h2> </h2>
<p className="mb-12 text-customGrayText leading-loose"> <p className="mb-12 text-customGrayText leading-loose">
qsv pro allows you to upload your transformed data qsv pro allows you to upload your transformed data
to a CKAN datastore & a data dictionary to specify to a{" "}
file metadata. <a
href="https://ckan.org"
target="_blank"
className="text-blue-300"
>
CKAN
</a>{" "}
datastore & a data dictionary to specify file
metadata.
</p> </p>
<ul className="mb-6 text-white"> <ul className="mb-6 text-white">
<li className="mb-4 flex"> <li className="mb-4 flex">