diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/image-gallery/index.jsx wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/image-gallery/index.jsx
index 2bb272c92..0f8fcb752 100644
|
|
export default class ImageGallery extends React.Component { |
537 | 537 | <button |
538 | 538 | type="button" |
539 | 539 | className="button-link image-gallery-left-nav" |
540 | | onTouchStart={ slideLeft } |
541 | 540 | onClick={ slideLeft }/> |
542 | 541 | } |
543 | 542 | { |
… |
… |
export default class ImageGallery extends React.Component { |
545 | 544 | <button |
546 | 545 | type="button" |
547 | 546 | className="button-link image-gallery-right-nav" |
548 | | onTouchStart={ slideRight } |
549 | 547 | onClick={ slideRight }/> |
550 | 548 | } |
551 | 549 | </span>, |