Skip to content

Commit

Permalink
feat: update components
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzavisic committed Mar 15, 2024
1 parent 227f722 commit 46c03ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/lib/src/lupus/lupus.wc.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@
>
</div>
<div style="width: 90%;">
There is <b>no significant overlap</b> of glycan indexes between <br /> your patient and
and lupus patients.
There is <b>no significant overlap</b> of glycan indexes between <br /> your patient and SLE patients.
</div>
</div>
<div class="summaryBody" style="opacity: 0.35;">
Expand Down Expand Up @@ -290,7 +289,7 @@
{/if}
</div>
<div style="width: 90%;">
There is <b>{getWording()}</b> of glycan indexes between <br /> your patient and lupus patients.
There is <b>{getWording()}</b> of glycan indexes between <br /> your patient and SLE patients.
</div>
</div>
<div class="summaryBody" style="background-color: {getBodyBackground()};">
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/src/myocardial/myocardial.wc.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
.summaryMain {
width: 500px;
height: 500px;
height: 520px;
border-radius: 10px;
display: flex;
flex-direction: column;
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/src/pre-hypertension/pre-hypertension.wc.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</div>
<div style="width: 90%;">
There is <b>no significant overlap</b> of glycan indexes between <br /> your patient and
increased risk of hypertension <br /> patients.
pre-hypertension <br /> patients.
</div>
</div>
<div class="summaryBody" style="opacity: 0.35;">
Expand Down Expand Up @@ -240,7 +240,7 @@
</div>
<div style="width: 90%; font-size: 0.8rem;">
There is <b>{getWording()}</b> of glycan indexes between <br /> your patient and
increased risk of hypertension patients.
pre-hypertension patients.
</div>
</div>
<div class="summaryBody" style="background-color: {getBodyBackground()};">
Expand Down

0 comments on commit 46c03ff

Please sign in to comment.