Skip to content

Commit

Permalink
Merge pull request #1083 from swaterkamp/GUImisc
Browse files Browse the repository at this point in the history
Fix naming of DownloadIcon
  • Loading branch information
bjoernricks authored Dec 10, 2018
2 parents 406a412 + 4001ca3 commit cd22efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gsa/src/web/components/icon/downloadicon.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ import SvgIcon from './svgicon';

import {ReactComponent as Icon} from './svg/download.svg';

const EditIcon = props => (
const DownloadIcon = props => (
<SvgIcon
{...props}
>
<Icon/>
</SvgIcon>
);

export default EditIcon;
export default DownloadIcon;

// vim: set ts=2 sw=2 tw=80:

0 comments on commit cd22efe

Please sign in to comment.