Eliminate arrows in the standalone Lightbox component examples

This commit is contained in:
Scott Nonnenberg 2018-05-07 16:28:29 -07:00
parent 8beeef4d10
commit f628df1035

View file

@ -5,8 +5,6 @@ const noop = () => {};
<Lightbox <Lightbox
objectURL="https://placekitten.com/800/600" objectURL="https://placekitten.com/800/600"
contentType="image/jpeg" contentType="image/jpeg"
onNext={noop}
onPrevious={noop}
onSave={noop} onSave={noop}
/> />
</div>; </div>;