-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): update air gap aspirate copy, high res mag block image (#16890
) fix RQA-3482
- Loading branch information
Showing
6 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ import thermoModuleGen1HighRes from '/app/assets/images/modules/thermocyclerModu | |
import heaterShakerModuleHighRes from '/app/assets/images/modules/[email protected]' | ||
import thermoModuleGen2 from '/app/assets/images/thermocycler_gen_2_closed.png' | ||
import magneticBlockGen1 from '/app/assets/images/magnetic_block_gen_1.png' | ||
import magneticBlockGen1HighRes from '/app/assets/images/[email protected]' | ||
import absorbanceReader from '/app/assets/images/opentrons_plate_reader.png' | ||
|
||
import type { ModuleModel } from '@opentrons/shared-data' | ||
|
@@ -30,7 +31,7 @@ export function getModuleImage( | |
case 'thermocyclerModuleV2': | ||
return thermoModuleGen2 | ||
case 'magneticBlockV1': | ||
return magneticBlockGen1 | ||
return highRes ? magneticBlockGen1HighRes : magneticBlockGen1 | ||
case 'absorbanceReaderV1': | ||
return absorbanceReader | ||
default: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters