Eliminate arrows in the standalone Lightbox component examples
This commit is contained in:
parent
8beeef4d10
commit
f628df1035
1 changed files with 0 additions and 2 deletions
|
@ -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>;
|
||||||
|
|
Loading…
Reference in a new issue