Skip to content

Commit

Permalink
remove restart graphic (mozilla#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen authored and Dave Justice committed Jul 5, 2018
1 parent f5dca2d commit ee16cc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/app/containers/RestartPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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>
Expand Down
Binary file removed frontend/src/images/[email protected]
Binary file not shown.

0 comments on commit ee16cc1

Please sign in to comment.