mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
chore: add link to CKAN and add key to FAQ div map
This commit is contained in:
parent
143a81387f
commit
dbc0920734
2 changed files with 11 additions and 3 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue