Skip to content
Snippets Groups Projects
Commit 75300007 authored by Hauke Traulsen's avatar Hauke Traulsen :speech_balloon:
Browse files

Update src/views/FAQList.jsx

parent c6b27d41
No related branches found
No related tags found
1 merge request!144Update src/views/FAQList.jsx
......@@ -14,6 +14,29 @@ export default function FAQList() {
<h2 className="h2">FAQs</h2>
</div>
<div className="max-w-3xl mx-auto text-center pb-15">
<h3 className="h3">FAQs fachlich</h3>
</div>
<div className="max-w-3xl mx-auto text-center pb-10">
<h4 className="h4">Allgemeines</h4>
</div>
<ul className="mx-auto">
<FaqItem title='Es gab Anfang 2022 erste Informationsveranstaltungen zu FIT-Connect. Wird es noch weitere Informationsveranstaltungen geben?'>
Es wird stetig weitere Informationsveranstaltungen zu FIT-Connect geben. Häufigkeit und thematischer Schwerpunkt werden sich jeweils an der aktuellen Nachfrage sowie am aktuellen Informationsbedarf orientieren.
</FaqItem>
</ul>
<div className="max-w-3xl mx-auto text-center pb-15">
<h3 className="h3">FAQs technisch</h3>
</div>
<div className="max-w-3xl mx-auto text-center pb-10">
<h4 className="h4">Einrichtung</h4>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment