Skip to content

Commit

Permalink
Make up words.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenshank committed Jan 19, 2022
1 parent 237257e commit 539b92b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/FASTA/intrahost.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function Intrahost() {
return (
<div>
<div>
<h1>Intrahost</h1>
<h1>Intrahost variation</h1>
<Button
label="Save as PNG"
onClick={() =>
Expand All @@ -112,7 +112,7 @@ function Intrahost() {
<rect x={0} y={0} width={width} height={height} fill="white" />
<g transform={`translate(${reference_width + 6.5 * site_size}, 20)`}>
<text textAnchor="middle" fontFamily="Courier">
Covariable
Intravariant
</text>
<line
x1={0}
Expand All @@ -126,7 +126,7 @@ function Intrahost() {
</g>
<g transform={`translate(${reference_width + 12.5 * site_size}, 40)`}>
<text textAnchor="middle" fontFamily="Courier">
Covariable
Intravariant
</text>
<line
x1={0}
Expand All @@ -140,7 +140,7 @@ function Intrahost() {
</g>
<g transform={`translate(${reference_width + 17.5 * site_size}, 20)`}>
<text textAnchor="middle" fontFamily="Courier">
Covariable
Intravariant
</text>
<line
x1={0}
Expand Down Expand Up @@ -168,7 +168,7 @@ function Intrahost() {
</g>
<g transform={`translate(${reference_width + 34.5 * site_size}, 20)`}>
<text textAnchor="middle" fontFamily="Courier">
Variable
Intervariant
</text>
<line
x1={0}
Expand Down

0 comments on commit 539b92b

Please sign in to comment.