Skip to content

Commit

Permalink
feat(app, opentrons-ai, labware-library): update deck riser image (#1…
Browse files Browse the repository at this point in the history
…6875)

#16870 but for chore_release-8.2.0
  • Loading branch information
shlokamin authored Nov 19, 2024
1 parent abaade6 commit 31a819d
Show file tree
Hide file tree
Showing 7 changed files with 622 additions and 1 deletion.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 31a819d

Please sign in to comment.