Skip to content

Commit f0e45b8

Browse files
authored
feat(app, opentrons-ai, labware-library): update flex deck riser image (#16870)
closes RQA-3601
1 parent f01b437 commit f0e45b8

File tree

8 files changed

+5
-2
lines changed

8 files changed

+5
-2
lines changed
Loading

app/src/organisms/Desktop/Labware/LabwareDetails/labware-images.ts

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ import universal_flat_adapter from '/app/assets/images/labware/universal_flat_ad
5959
import flat_bottom_aluminum from '/app/assets/images/labware/flat_bottom_aluminum.png'
6060
import opentrons_96_aluminumblock_side_view from '/app/assets/images/labware/opentrons_96_aluminumblock_side_view.jpg'
6161
import opentrons_96_deep_well_temp_mod_adapter_img from '/app/assets/images/labware/opentrons_96_deep_well_temp_mod_adapter.png'
62+
import opentrons_flex_deck_riser_img from '/app/assets/images/labware/opentrons_flex_deck_riser.png'
63+
6264
export const labwareImages: Record<string, string[]> = {
6365
agilent_1_reservoir_290ml: [agilent_1_reservoir_290ml_side_view],
6466
axygen_1_reservoir_90ml: [axygen_1_reservoir_90ml_side_view],
@@ -254,4 +256,5 @@ export const labwareImages: Record<string, string[]> = {
254256
opentrons_96_deep_well_temp_mod_adapter: [
255257
opentrons_96_deep_well_temp_mod_adapter_img,
256258
],
259+
opentrons_flex_deck_riser: [opentrons_flex_deck_riser_img],
257260
}

labware-library/src/components/labware-ui/labware-images.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,6 @@ export const labwareImages: Record<string, string[]> = {
475475
).href,
476476
],
477477
opentrons_flex_deck_riser: [
478-
new URL('../../images/opentrons_flex_deck_riser.jpg', import.meta.url).href,
478+
new URL('../../images/opentrons_flex_deck_riser.png', import.meta.url).href,
479479
],
480480
}
Binary file not shown.
Loading
Binary file not shown.
Loading

opentrons-ai-client/src/molecules/LabwareDiagram/labware-images.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export const labwareImages: Record<string, string[]> = {
611611
],
612612
opentrons_flex_deck_riser: [
613613
new URL(
614-
'../../assets/images/labwares/opentrons_flex_deck_riser.jpg',
614+
'../../assets/images/labwares/opentrons_flex_deck_riser.png',
615615
import.meta.url
616616
).href,
617617
],

0 commit comments

Comments
 (0)