File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function ExternalLinks() {
5555 svgSize = "24x24"
5656 />
5757 < HeaderSvgLink
58- href = "https://discord.gg/xwx7mMzVkA "
58+ href = "https://remix.run/discord "
5959 svgId = "discord"
6060 svgLabel = "Discord logo in a circle"
6161 title = "Chat on Discord"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const quicklinks: QuickLink[] = [
3939 {
4040 icon : "discord-outline" ,
4141 title : "Discord" ,
42- to : "https://discord.gg/xwx7mMzVkA " ,
42+ to : "https://remix.run/discord " ,
4343 attrs : {
4444 target : "_blank" ,
4545 rel : "noopener noreferrer" ,
@@ -131,7 +131,7 @@ const v7Adventures: Adventure[] = [
131131 title : "I'm stuck" ,
132132 description : "Join GitHub discussions for help" ,
133133 linkText : "Get Help" ,
134- linkTo : "https://discord.gg/xwx7mMzVkA " ,
134+ linkTo : "https://remix.run/discord " ,
135135 } ,
136136] ;
137137
@@ -159,7 +159,7 @@ const v8Adventures: Adventure[] = [
159159 title : "I'm stuck" ,
160160 description : "Join GitHub discussions for help" ,
161161 linkText : "Get Help" ,
162- linkTo : "https://discord.gg/xwx7mMzVkA " ,
162+ linkTo : "https://remix.run/discord " ,
163163 } ,
164164] ;
165165
You can’t perform that action at this time.
0 commit comments