[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:
Timur Carpeev 2022-08-26 11:33:41 +02:00 committed by GitHub
parent ea87abda3c
commit 15274e14d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 464 additions and 170 deletions

View file

@ -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