Skip to content

Commit

Permalink
Merge pull request #318 from celestiaorg/jcs/fix-trailing-slash-discord
Browse files Browse the repository at this point in the history
fix: trailing slash breaking manual input of copied discord link
  • Loading branch information
jcstein authored Dec 15, 2023
2 parents fee8cf6 + d4c8105 commit 0be8c19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/datas/community/social-channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const socialChannels = {
text: "A hub for developers, node operators, and enthusiasts.",
image: "community/discord.png",
type: "external",
url: "https://discord.com/invite/YsnTPcSfWQ/",
url: "https://discord.com/invite/YsnTPcSfWQ",
},
{
id: 3,
Expand Down
2 changes: 1 addition & 1 deletion src/datas/developer-portal/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const community = {
type: "external",
link: {
text:"Join Discord",
url: "https://discord.com/invite/YsnTPcSfWQ/",
url: "https://discord.com/invite/YsnTPcSfWQ",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/datas/home/purple-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const purpleData = {
icon: 'home/purple-box-3.svg',
button:{
title:'Ask a question',
url: 'https://discord.com/invite/YsnTPcSfWQ/'
url: 'https://discord.com/invite/YsnTPcSfWQ'
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/datas/home/social-channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const socialChannels = {
text: "Get involved",
image: "home/discord-black.png",
type: "external",
url: "https://discord.com/invite/YsnTPcSfWQ/",
url: "https://discord.com/invite/YsnTPcSfWQ",
},
{
id: 3,
Expand Down

0 comments on commit 0be8c19

Please sign in to comment.