Skip to content

Commit

Permalink
Changed icon in PresetLinks from Bookmarks to FolderSpecial. Closes #923
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallbergs committed Nov 26, 2021
1 parent efc0aef commit 3f4bc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new-client/src/controls/PresetLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { withStyles } from "@material-ui/core/styles";
import propTypes from "prop-types";

import { Button, Paper, Tooltip, Menu, MenuItem } from "@material-ui/core";
import Bookmarks from "@material-ui/icons/Bookmarks";
import FolderSpecial from "@material-ui/icons/FolderSpecial";

import Dialog from "../components/Dialog.js";

Expand Down Expand Up @@ -231,7 +231,7 @@ class Preset extends React.PureComponent {
className={classes.button}
onClick={this.handleClick}
>
<Bookmarks />
<FolderSpecial />
</Button>
</Paper>
</Tooltip>
Expand Down

0 comments on commit 3f4bc1c

Please sign in to comment.