Skip to content

Commit

Permalink
feat(labware-creator): update tiprack recommendation text (#8036)
Browse files Browse the repository at this point in the history
Closes #8035
  • Loading branch information
IanLondon committed Jun 30, 2021
1 parent eea7279 commit d051e08
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ export const CustomTiprackWarning = (): JSX.Element | null => {
>
<div className={styles.flex_row}>
<p className={styles.instructions_text}>
Opentrons tip racks are recommended for use with the OT-2. You are
welcome to try to use third party tip racks but accuracy is not
guaranteed.
Opentrons tip racks are recommended for use with the OT-2 because
they are specifically designed and verified for automation.
</p>
<p className={styles.instructions_text}>
Third party tips can fit, but not necessarily with a tight seal.
You risk tips falling off mid-run as well as pipetting inaccuracy.
They may also be more likely to bend or break.
</p>
</div>
</SectionBody>
Expand Down

0 comments on commit d051e08

Please sign in to comment.