Skip to content

Commit

Permalink
Modifying answer section of FAQ
Browse files Browse the repository at this point in the history
Regarding #137, making the look realistic
  • Loading branch information
manifau committed Jul 5, 2021
1 parent 2b00f26 commit 4f56fe2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions frontend/src/components/mydashboard/MydashboardItemComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,23 @@ function MydashboardItemComponent() {
<div className='Collapsible dashboardCardSubTitle w3-padding-32'>
<Collapsible trigger='Q1: How many catagories do we have?'>
<div className=' w3-card'>
<p>Question1 answer</p>
<p>
Ans: We Have three categories: Generation, Transmission and
Industrial Applications
</p>
</div>
</Collapsible>
<Collapsible trigger='Q2: How to export results into pdf?'>
<div className=' w3-card'>
<p>Question 2 answer</p>
<p>
Ans: You can go to Categories-> Choose Products -> Use Export
button on the screen to download the pdf
</p>
</div>
</Collapsible>
<Collapsible trigger='Q3: Where to find my fav projects ?'>
<div className=' w3-card'>
<p>Question 3 answer</p>
<p> Ans:You can find favorite projects in "My Dashboard"</p>
</div>
</Collapsible>
</div>
Expand Down

0 comments on commit 4f56fe2

Please sign in to comment.