Skip to content

Commit

Permalink
/ change links in footer for nym.com
Browse files Browse the repository at this point in the history
  • Loading branch information
windy-ux committed Dec 12, 2024
1 parent fd47768 commit 4869bf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/docs/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import Stack from "@mui/material/Stack";

const links = [
["Matrix", "https://matrix.to/#/#dev:nymtech.chat"],
["GitHub", "https://nymtech.net/go/github/nym"],
["Nym Wallet", "https://nymtech.net/download/wallet"],
["Nym Explorer", "https://explorer.nymtech.net/"],
["GitHub", "https://nym.com/go/github/nym"],
["Nym Wallet", "https://nym.com/download/wallet"],
["Nym Explorer", "https://explorer.nym.com/"],
["Nym Blog", "https://nymtech.medium.com/"],
["Twitter", "https://nymtech.net/go/x"],
["Telegram", "https://nymtech.net/go/telegram"],
["Twitter", "https://nym.com/go/x"],
["Telegram", "https://nym.com/go/telegram"],
];
export const Footer = () => (
<Stack direction="row" spacing={2}>
Expand Down

0 comments on commit 4869bf8

Please sign in to comment.