This repository was archived by the owner on Nov 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,11 @@ const ButtonAppBar = (props) => {
182182 < span style = { style . spacer } />
183183
184184 { props . app . tablet ? (
185- < IconButton style = { style . iconButton } href = "https://chat .freesewing.org/" >
185+ < IconButton style = { style . iconButton } href = "https://discord .freesewing.org/" >
186186 < Icon style = { { ...iconStyle } } icon = "discord" />
187187 </ IconButton >
188188 ) : (
189- < Button { ...buttonProps } href = "https://chat .freesewing.org/" >
189+ < Button { ...buttonProps } href = "https://discord .freesewing.org/" >
190190 < Icon style = { { ...iconStyle } } icon = "discord" />
191191 < FormattedMessage id = "app.chatOnDiscord" />
192192 </ Button >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const MobileMenu = ({ app, mainMenu }) => {
5151 } ,
5252 discord : {
5353 title : 'app.chatOnDiscord' ,
54- link : 'https://chat .freesewing.org/' ,
54+ link : 'https://discord .freesewing.org/' ,
5555 icon : < Icon icon = "discord" /> ,
5656 } ,
5757 search : {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const Page = (props) => {
139139 variant = "contained"
140140 color = "primary"
141141 className = "info"
142- href = "https://chat .freesewing.org/"
142+ href = "https://discord .freesewing.org/"
143143 >
144144 < FormattedMessage id = "app.askForHelp" />
145145 </ Button >
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ const Page = (props) => {
117117 </ p >
118118 < p >
119119 < small >
120- < a href = "https://chat .freesewing.org/" >
120+ < a href = "https://discord .freesewing.org/" >
121121 < FormattedMessage id = "app.emailNotReceived" />
122122 </ a >
123123 </ small >
@@ -207,7 +207,7 @@ const Page = (props) => {
207207 { trouble && (
208208 < p >
209209 < small >
210- < a href = "https://chat .freesewing.org/" >
210+ < a href = "https://discord .freesewing.org/" >
211211 < FormattedMessage id = "app.emailNotReceived" />
212212 </ a >
213213 </ small >
You can’t perform that action at this time.
0 commit comments