File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
src-gui/src/renderer/components/navigation Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11import { Box , makeStyles , Tooltip } from "@material-ui/core" ;
22import GitHubIcon from "@material-ui/icons/GitHub" ;
3- import RedditIcon from "@material-ui/icons/Reddit" ;
43import DaemonStatusAlert from "../alert/DaemonStatusAlert" ;
54import FundsLeftInWalletAlert from "../alert/FundsLeftInWalletAlert" ;
65import MoneroWalletRpcUpdatingAlert from "../alert/MoneroWalletRpcUpdatingAlert" ;
76import UnfinishedSwapsAlert from "../alert/UnfinishedSwapsAlert" ;
8- import DiscordIcon from "../icons/DiscordIcon" ;
97import LinkIconButton from "../icons/LinkIconButton" ;
10- import { DISCORD_URL } from "../pages/help/ContactInfoBox" ;
118import BackgroundRefundAlert from "../alert/BackgroundRefundAlert" ;
129import MatrixIcon from "../icons/MatrixIcon" ;
10+ import { BookRounded } from "@material-ui/icons" ;
1311
1412const useStyles = makeStyles ( ( theme ) => ( {
1513 outer : {
@@ -49,6 +47,13 @@ export default function NavigationFooter() {
4947 </ LinkIconButton >
5048 </ span >
5149 </ Tooltip >
50+ < Tooltip title = "Read our official documentation" >
51+ < span >
52+ < LinkIconButton url = "https://docs.unstoppableswap.net" >
53+ < BookRounded />
54+ </ LinkIconButton >
55+ </ span >
56+ </ Tooltip >
5257 </ Box >
5358 </ Box >
5459 ) ;
You can’t perform that action at this time.
0 commit comments