[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,
|
Popper,
|
||||||
Typography,
|
Typography,
|
||||||
} from "@material-ui/core";
|
} from "@material-ui/core";
|
||||||
import { makeStyles, MoreIcon } from "@saleor/macaw-ui";
|
import { makeStyles, SettingsIcon } from "@saleor/macaw-ui";
|
||||||
import classNames from "classnames";
|
import classNames from "classnames";
|
||||||
import React, { useEffect, useRef, useState } from "react";
|
import React, { useEffect, useRef, useState } from "react";
|
||||||
import { FormattedMessage } from "react-intl";
|
import { FormattedMessage } from "react-intl";
|
||||||
|
@ -134,7 +134,7 @@ const CardMenu: React.FC<CardMenuProps> = props => {
|
||||||
variant={outlined ? "primary" : "secondary"}
|
variant={outlined ? "primary" : "secondary"}
|
||||||
state={open ? "active" : "default"}
|
state={open ? "active" : "default"}
|
||||||
>
|
>
|
||||||
<MoreIcon />
|
<SettingsIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
<Popper
|
<Popper
|
||||||
placement="bottom-end"
|
placement="bottom-end"
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue