forked from mozilla/testpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove restart graphic (mozilla#3708)
- Loading branch information
Showing
2 changed files
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,6 @@ import Banner from "../components/Banner"; | |
import LayoutWrapper from "../components/LayoutWrapper"; | ||
import View from "../components/View"; | ||
|
||
import imageRestart from "../../images/[email protected]"; | ||
|
||
type RestartProps = { | ||
experimentTitle: string, | ||
hasAddon: any, | ||
|
@@ -33,9 +31,6 @@ export default class Restart extends React.Component { | |
<View spaceBetween={true} showNewsletterFooter={false} {...this.props}> | ||
<Banner> | ||
<LayoutWrapper flexModifier="row-around-breaking"> | ||
<div className="restart-image"> | ||
<img src={imageRestart} width="208" height="273"/> | ||
</div> | ||
<div className="banner__copy"> | ||
<Localized id="restartIntroLead"> | ||
<span>Preflight checklist</span> | ||
|
Binary file not shown.