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

Update expired Discord link #242

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Footer/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
{ title: "LinkedIn", url: "https://www.linkedin.com/company/tendermint/" },
{ title: "Reddit", url: "https://reddit.com/r/cosmosnetwork" },
{ title: "Telegram", url: "https://t.me/cosmosproject" },
{ title: "Discord", url: "https://discord.gg/cr7N47p" },
{ title: "Discord", url: "https://discord.gg/cosmosnetwork" },
{ title: "YouTube", url: "https://www.youtube.com/c/CosmosProject" },
],
menu: [
Expand Down Expand Up @@ -96,4 +96,4 @@ export default {
}
],
smallprint: "This website is maintained by Tendermint Inc. The contents and opinions of this website are those of Tendermint Inc."
}
}
4 changes: 2 additions & 2 deletions src/GozCard/GozCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="h1">Join the discussion</div>
<div class="p">Get involved in the Game of Zones chat room.</div>
<div class="footer">
<text-button tag="a" href="https://discord.gg/cr7N47p" target="_blank" size="m">
<text-button tag="a" href="https://discord.gg/cosmosnetwork" target="_blank" size="m">
Discuss GoZ
</text-button>
</div>
Expand Down Expand Up @@ -90,4 +90,4 @@ export default {
}
}
}
</script>
</script>