Eliminate arrows in the standalone Lightbox component examples

pull/1/head
Scott Nonnenberg 7 years ago
parent 8beeef4d10
commit f628df1035

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

Loading…
Cancel
Save