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>
<div className="mb-11 flex flex-wrap -m-1">
{FAQData.map((item, index) => (
<div className="w-full p-1">
<div key={index} className="w-full p-1">
<FAQBox
title={item.question}
content={item.answer}