Skip to content

Commit

Permalink
feat(app, opentrons-ai, labware-library): update flex deck riser image (
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin authored Nov 18, 2024
1 parent f01b437 commit f0e45b8
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 2 deletions.
Binary file modified app/src/assets/images/labware/opentrons_flex_deck_riser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ import universal_flat_adapter from '/app/assets/images/labware/universal_flat_ad
import flat_bottom_aluminum from '/app/assets/images/labware/flat_bottom_aluminum.png'
import opentrons_96_aluminumblock_side_view from '/app/assets/images/labware/opentrons_96_aluminumblock_side_view.jpg'
import opentrons_96_deep_well_temp_mod_adapter_img from '/app/assets/images/labware/opentrons_96_deep_well_temp_mod_adapter.png'
import opentrons_flex_deck_riser_img from '/app/assets/images/labware/opentrons_flex_deck_riser.png'

export const labwareImages: Record<string, string[]> = {
agilent_1_reservoir_290ml: [agilent_1_reservoir_290ml_side_view],
axygen_1_reservoir_90ml: [axygen_1_reservoir_90ml_side_view],
Expand Down Expand Up @@ -254,4 +256,5 @@ export const labwareImages: Record<string, string[]> = {
opentrons_96_deep_well_temp_mod_adapter: [
opentrons_96_deep_well_temp_mod_adapter_img,
],
opentrons_flex_deck_riser: [opentrons_flex_deck_riser_img],
}
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,6 @@ export const labwareImages: Record<string, string[]> = {
).href,
],
opentrons_flex_deck_riser: [
new URL('../../images/opentrons_flex_deck_riser.jpg', import.meta.url).href,
new URL('../../images/opentrons_flex_deck_riser.png', import.meta.url).href,
],
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ export const labwareImages: Record<string, string[]> = {
],
opentrons_flex_deck_riser: [
new URL(
'../../assets/images/labwares/opentrons_flex_deck_riser.jpg',
'../../assets/images/labwares/opentrons_flex_deck_riser.png',
import.meta.url
).href,
],
Expand Down

0 comments on commit f0e45b8

Please sign in to comment.