We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The github icon in the footer links to the old repo.
Possible fix:
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 1e4aa54..6c3a25b 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,7 +1,7 @@ import { Box, Icon, makeStyles } from "@material-ui/core"; import GitHubIcon from "@material-ui/icons/GitHub"; import IconButton from "@material-ui/core/IconButton"; -import { GITHUB_URL } from "./DownloadDialog"; +import { GITHUB_URL } from "./DownloadButton"; import TwitterIcon from "@material-ui/icons/Twitter"; import YouTubeIcon from "@material-ui/icons/YouTube"; import DiscordIcon from "./icons/DiscordIcon";
The text was updated successfully, but these errors were encountered:
footer links
ba3aa56
- fix Github link (Closes UnstoppableSwap#18) - adjust x/twitter link to avoid extra redirect - add small padding to bottom of footer
Successfully merging a pull request may close this issue.
The github icon in the footer links to the old repo.
Possible fix:
The text was updated successfully, but these errors were encountered: