Skip to content

Commit

Permalink
Update the image of the Gecko Profiler Add-on on the landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeconley authored and gregtatum committed Jan 18, 2018
1 parent 9643550 commit e4b3388
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed res/gecko-profiler-screenshot-2016-12-06.png
Binary file not shown.
Binary file added res/gecko-profiler-screenshot-2018-01-18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/app/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import * as React from 'react';
import { connect } from 'react-redux';
import classNames from 'classnames';
import AddonScreenshot from '../../../res/gecko-profiler-screenshot-2016-12-06.png';
import AddonScreenshot from '../../../res/gecko-profiler-screenshot-2018-01-18.png';
import PerfScreenshot from '../../../res/perf-screenshot-2017-09-08.jpg';
import { retrieveProfileFromFile } from '../../actions/receive-profile';
import { CSSTransition, TransitionGroup } from 'react-transition-group';
Expand Down

0 comments on commit e4b3388

Please sign in to comment.