Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit f146396

Browse files
committed
fix: Remove old links to chat.freesewing.org
1 parent ede192e commit f146396

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/components/app/navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

src/components/menus/mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

src/pages/login/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/pages/signup/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)