Skip to content

Commit

Permalink
add faq content
Browse files Browse the repository at this point in the history
  • Loading branch information
artylope committed Jan 28, 2021
1 parent 898f26a commit 410f140
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions src/routes/Faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,14 @@ class Faq extends Component {
</ul>
<p>
before the distribution starts. For details on access
rights, please refer to{" "}
<a href="#qn-2-4">Section 2.4</a>
rights, please refer to Question 2-4. To see what each
user can access, watch this{" "}
<a
href="https://youtu.be/5VrWVkZ7i3k"
target="_blank"
>
video
</a>
</p>
<table>
<tr>
Expand Down Expand Up @@ -593,23 +599,6 @@ class Faq extends Component {
</div>
</div>
{/* each question ends here */}
{/* each question */}
<div className="question-answer-group">
<input id="qn-4-2" type="checkbox" />
<label for="qn-4-2" className="question">
<div class="icon">
<IconChevronRight />
</div>
<span>4.2 How do I use the admin portal?</span>
</label>
<div className="answer">
<p>
A video on how to use the admin portal may be found
here.
</p>
</div>
</div>
{/* each question ends here */}
</div>
</section>
<section className="faq-group">
Expand Down Expand Up @@ -652,7 +641,14 @@ class Faq extends Component {
<p>
The training video will be made available to you via
your PA colleagues. A video on how to use the app may
be found here.
be found{" "}
<a
href="https://youtu.be/--CYar_j7T4"
target="_blank"
>
here
</a>
.
</p>
</div>
</div>
Expand Down

0 comments on commit 410f140

Please sign in to comment.