Skip to content

Commit

Permalink
fixing accessibility issue -- temp workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 29, 2024
1 parent 83f5c6e commit 12312d1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ export const ImageDetailPageData = {
}
],
keepExploringInstrument: BlockLinkTileCarouselData,
keepExploringMission: BlockLinkTileCarouselData,
keepExploringMission: [
BlockLinkTileCarouselData[0],
BlockLinkTileCarouselData[1],
BlockLinkTileCarouselData[2]
],
keepExploringTarget: BlockLinkTileCarouselData,
label: 'Image',
piaNumber: 'PIA23356',
Expand Down

0 comments on commit 12312d1

Please sign in to comment.