Skip to content
New issue

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

Old github URL in footer #18

Open
rxwb opened this issue Dec 7, 2024 · 0 comments · May be fixed by #20
Open

Old github URL in footer #18

rxwb opened this issue Dec 7, 2024 · 0 comments · May be fixed by #20

Comments

@rxwb
Copy link

rxwb commented Dec 7, 2024

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";
ThatOneCalculator added a commit to ThatOneCalculator/unstoppableswap-site that referenced this issue Dec 23, 2024
- fix Github link (Closes UnstoppableSwap#18)
- adjust x/twitter link to avoid extra redirect
- add small padding to bottom of footer
@ThatOneCalculator ThatOneCalculator linked a pull request Dec 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant