Skip to content

Commit

Permalink
feat: update tooltip for coordinate type, since we expect inter-resid…
Browse files Browse the repository at this point in the history
…ue now (#332)
  • Loading branch information
katiestahl authored Sep 17, 2024
1 parent 9158eb3 commit 3869c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const TemplatedSequenceElementInput: React.FC<
placement="bottom"
title={
<Typography>
The starting genomic position of the segment. 1-indexed.
The starting genomic position of the segment. Inter-residue.
</Typography>
}
>
Expand All @@ -151,7 +151,7 @@ const TemplatedSequenceElementInput: React.FC<
placement="bottom"
title={
<Typography>
The ending genomic position of the segment. 1-indexed.
The ending genomic position of the segment. Inter-residue.
</Typography>
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const TxSegmentCompInput: React.FC<TxSegmentElementInputProps> = ({
placement="bottom"
title={
<Typography>
The starting genomic position of the segment. 1-indexed.
The starting genomic position of the segment. Inter-residue.
</Typography>
}
>
Expand Down Expand Up @@ -358,7 +358,7 @@ const TxSegmentCompInput: React.FC<TxSegmentElementInputProps> = ({
placement="bottom"
title={
<Typography>
The ending genomic position of the segment. 1-indexed.
The ending genomic position of the segment. Inter-residue.
</Typography>
}
>
Expand Down

0 comments on commit 3869c1f

Please sign in to comment.