Skip to content
Snippets Groups Projects
Commit c161d411 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Steckbriefe

parent 4443aa6f
No related branches found
No related tags found
No related merge requests found
......@@ -534,13 +534,20 @@ function createSymptomSteckbrief(data: SymptomDatensatz){
return(
<div>
<H4 id={`${data.name}-btn`} text={stringToSlug(data.name)}/>
<div className="col-2">
<div className="symptom-img-wrapper">
<img src={data.picture} className="symptom-img"/>
<div className="row">
<div className="col-2">
<div className="symptom-img-wrapper">
<img src={data.picture} className="symptom-img"/>
</div>
</div>
<div className="col">
{data.introduction}
</div>
</div>
<div className="col">
{examplelist}
</div>
</div>
)
......@@ -561,9 +568,14 @@ function createDrugSteckbrief(data: DrugDatensatz){
return(
<div>
<H4 id={`${data.name}-btn`} text={stringToSlug(data.name)}/>
<div className="col-2">
<div className="symptom-img-wrapper">
<img src={data.picture} className="symptom-img"/>
<div className="row">
<div className="col-2">
<div className="symptom-img-wrapper">
<img src={data.picture} className="symptom-img"/>
</div>
</div>
<div className="col">
{data.introduction}
</div>
</div>
<div className="col">
......
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