Skip to content

Commit

Permalink
rebase +, tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ludrob committed Oct 18, 2018
1 parent fc3ebba commit 5db757d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions __tests__/__snapshots__/snapshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ exports[`@financial-times/x-eventpromo renders a default Eventpromo x-eventpromo
<img
alt=""
className="Image_img__1fhJX Image_fade-0__2PGZn Image_paused__1yDsJ"
role="presentation"
sizes="(max-width: 46.24em) 100vw, 45vw"
srcSet="https://www.ft.com/__origami/service/image/v2/images/raw/https://live.ft.com/var/ftlive/storage/images/events/2018/ft-brexit-and-beyond-summit/888258-7-eng-GB/FT-Brexit-and-Beyond-Summit.png?source=next&amp;fit=cover&amp;compression=best&amp;width=340 340w,https://www.ft.com/__origami/service/image/v2/images/raw/https://live.ft.com/var/ftlive/storage/images/events/2018/ft-brexit-and-beyond-summit/888258-7-eng-GB/FT-Brexit-and-Beyond-Summit.png?source=next&amp;fit=cover&amp;compression=best&amp;width=400 740w"
/>
Expand All @@ -101,7 +100,6 @@ exports[`@financial-times/x-eventpromo renders a default Eventpromo x-eventpromo
<img
alt=""
className="Image_img__1fhJX Image_fade-1__PfqXo Image_paused__1yDsJ"
role="presentation"
sizes="(max-width: 46.24em) 100vw, 45vw"
srcSet="https://www.ft.com/__origami/service/image/v2/images/raw/https://www.ft.com/__assets/creatives/better-promo/audiance_clapping.jpg?source=next&amp;fit=cover&amp;compression=best&amp;width=340 340w,https://www.ft.com/__origami/service/image/v2/images/raw/https://www.ft.com/__assets/creatives/better-promo/audiance_clapping.jpg?source=next&amp;fit=cover&amp;compression=best&amp;width=400 740w"
/>
Expand All @@ -115,7 +113,6 @@ exports[`@financial-times/x-eventpromo renders a default Eventpromo x-eventpromo
<img
alt=""
className="Image_img__1fhJX Image_fade-2__1eKgV Image_paused__1yDsJ"
role="presentation"
sizes="(max-width: 46.24em) 100vw, 45vw"
srcSet="https://www.ft.com/__origami/service/image/v2/images/raw/https://www.ft.com/__assets/creatives/better-promo/break_out.jpg?source=next&amp;fit=cover&amp;compression=best&amp;width=340 340w,https://www.ft.com/__origami/service/image/v2/images/raw/https://www.ft.com/__assets/creatives/better-promo/break_out.jpg?source=next&amp;fit=cover&amp;compression=best&amp;width=400 740w"
/>
Expand Down
1 change: 0 additions & 1 deletion components/x-eventpromo/src/Image.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const Image = ({ fadeIndex, imageUrl, linkUrl, isPaused }) => {
className={classNames}
srcSet={imgSrc}
alt=""
role="presentation"
sizes="(max-width: 46.24em) 100vw, 45vw"
/>
</a>
Expand Down

0 comments on commit 5db757d

Please sign in to comment.