Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1273 fix distorted reward image with cover #139

Merged
merged 3 commits into from Jul 19, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
update snapshot
  • Loading branch information
trickpattyFH20 committed Jul 19, 2018
commit 7fedc1b6ecddcc203724c62b1e170c4c80a10dbf
@@ -11,9 +11,13 @@ exports[`app/panel/components/BuildingBlocks/RewardDetail.jsx Snapshot tests wit
className="RewardDetail__logo"
src="https://www.ghostery.com/wp-content/themes/ghostery/images/ghostery_logo.svg"
/>
<img
<div
className="RewardDetail__picture"
src="https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png"
style={
Object {
"backgroundImage": "url('https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png')",
}
}
/>
</div>
<div
@@ -86,9 +90,13 @@ exports[`app/panel/components/BuildingBlocks/RewardDetail.jsx Snapshot tests wit
className="RewardDetail__logo"
src="https://www.ghostery.com/wp-content/themes/ghostery/images/ghostery_logo.svg"
/>
<img
<div
className="RewardDetail__picture"
src="https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png"
style={
Object {
"backgroundImage": "url('https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png')",
}
}
/>
</div>
<div
@@ -140,9 +148,13 @@ exports[`app/panel/components/BuildingBlocks/RewardDetail.jsx Snapshot tests wit
className="RewardDetail__logo"
src="https://www.ghostery.com/wp-content/themes/ghostery/images/ghostery_logo.svg"
/>
<img
<div
className="RewardDetail__picture"
src="https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png"
style={
Object {
"backgroundImage": "url('https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png')",
}
}
/>
</div>
<div
@@ -207,9 +219,13 @@ exports[`app/panel/components/BuildingBlocks/RewardDetail.jsx Snapshot tests wit
className="RewardDetail__logo"
src="https://www.ghostery.com/wp-content/themes/ghostery/images/ghostery_logo.svg"
/>
<img
<div
className="RewardDetail__picture"
src="https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png"
style={
Object {
"backgroundImage": "url('https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png')",
}
}
/>
</div>
<div
@@ -278,9 +294,13 @@ exports[`app/panel/components/BuildingBlocks/RewardDetail.jsx Snapshot tests wit
className="RewardDetail__logo"
src="https://www.ghostery.com/wp-content/themes/ghostery/images/ghostery_logo.svg"
/>
<img
<div
className="RewardDetail__picture"
src="https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png"
style={
Object {
"backgroundImage": "url('https://www.ghostery.com/wp-content/uploads/2017/12/simple-detailed-1024x833.png')",
}
}
/>
</div>

ProTip! Use n and p to navigate between commits in a pull request.