Skip to content

Commit

Permalink
NoDeviceUpsell: image max width
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 28, 2023
1 parent 555aebd commit efbfecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DriveView/NoDeviceUpsell.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const NoDeviceUpsell = () => (
<AddDevice buttonText="add new device" />
</div>
</div>
<picture>
<picture className="max-w-4xl">
<source type="image/webp" srcSet="/images/c3-nav.webp" />
<source type="image/png" srcSet="/images/c3-nav.png" />
<img alt="comma three" />
Expand Down

0 comments on commit efbfecb

Please sign in to comment.