change links because of telegram domain issues
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
85055ff4c5
commit
69b4c1c69e
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-dao-interface",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.55",
|
"version": "0.7.56",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -206,7 +206,7 @@ const NavContent = ({ chainId, addressChainId }) => {
|
|||||||
<Link href="https://discord.gg/CvYP7vrqN3" target="_blank" rel="noopener noreferrer">
|
<Link href="https://discord.gg/CvYP7vrqN3" target="_blank" rel="noopener noreferrer">
|
||||||
<GhostStyledIcon viewBox="0 0 24 24" component={DiscordIcon} className={classes.gray} />
|
<GhostStyledIcon viewBox="0 0 24 24" component={DiscordIcon} className={classes.gray} />
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="https://t.me/realGhostChain" target="_blank" rel="noopener noreferrer">
|
<Link href="https://telegram.me/realGhostChain" target="_blank" rel="noopener noreferrer">
|
||||||
<GhostStyledIcon viewBox="0 0 24 24" component={TelegramIcon} className={classes.gray} />
|
<GhostStyledIcon viewBox="0 0 24 24" component={TelegramIcon} className={classes.gray} />
|
||||||
</Link>
|
</Link>
|
||||||
</StyledBox>
|
</StyledBox>
|
||||||
|
|||||||
@ -17,7 +17,7 @@ export const ECOSYSTEM = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "ghostAirdrop bot",
|
name: "ghostAirdrop bot",
|
||||||
link: "https://t.me/ghostDAO_airdrop_bot"
|
link: "https://telegram.me/ghostDAO_airdrop_bot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "ghostFaucet",
|
name: "ghostFaucet",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user