mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-25 06:39:53 -04:00
gui: add an icon that links to the documentation
This commit is contained in:
parent
315272b50d
commit
012131c267
1 changed files with 8 additions and 3 deletions
|
@ -1,15 +1,13 @@
|
|||
import { Box, makeStyles, Tooltip } from "@material-ui/core";
|
||||
import GitHubIcon from "@material-ui/icons/GitHub";
|
||||
import RedditIcon from "@material-ui/icons/Reddit";
|
||||
import DaemonStatusAlert from "../alert/DaemonStatusAlert";
|
||||
import FundsLeftInWalletAlert from "../alert/FundsLeftInWalletAlert";
|
||||
import MoneroWalletRpcUpdatingAlert from "../alert/MoneroWalletRpcUpdatingAlert";
|
||||
import UnfinishedSwapsAlert from "../alert/UnfinishedSwapsAlert";
|
||||
import DiscordIcon from "../icons/DiscordIcon";
|
||||
import LinkIconButton from "../icons/LinkIconButton";
|
||||
import { DISCORD_URL } from "../pages/help/ContactInfoBox";
|
||||
import BackgroundRefundAlert from "../alert/BackgroundRefundAlert";
|
||||
import MatrixIcon from "../icons/MatrixIcon";
|
||||
import { BookRounded } from "@material-ui/icons";
|
||||
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
outer: {
|
||||
|
@ -49,6 +47,13 @@ export default function NavigationFooter() {
|
|||
</LinkIconButton>
|
||||
</span>
|
||||
</Tooltip>
|
||||
<Tooltip title="Read our official documentation">
|
||||
<span>
|
||||
<LinkIconButton url="https://docs.unstoppableswap.net">
|
||||
<BookRounded />
|
||||
</LinkIconButton>
|
||||
</span>
|
||||
</Tooltip>
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue