[Small improvements] Fix webhook docs URL and change settings icon (#2235)
* Swap more icon with settings icon, to make settings more discoverable * Update snapshot
This commit is contained in:
parent
ea87abda3c
commit
15274e14d7
2 changed files with 464 additions and 170 deletions
|
@ -8,7 +8,7 @@ import {
|
|||
Popper,
|
||||
Typography,
|
||||
} from "@material-ui/core";
|
||||
import { makeStyles, MoreIcon } from "@saleor/macaw-ui";
|
||||
import { makeStyles, SettingsIcon } from "@saleor/macaw-ui";
|
||||
import classNames from "classnames";
|
||||
import React, { useEffect, useRef, useState } from "react";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
|
@ -134,7 +134,7 @@ const CardMenu: React.FC<CardMenuProps> = props => {
|
|||
variant={outlined ? "primary" : "secondary"}
|
||||
state={open ? "active" : "default"}
|
||||
>
|
||||
<MoreIcon />
|
||||
<SettingsIcon />
|
||||
</IconButton>
|
||||
<Popper
|
||||
placement="bottom-end"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue