Skip to content

Commit cf33ea5

Browse files
committed
Corrected links to b1.church
1 parent 470cd97 commit cf33ea5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REACT_APP_GIVING_API=https://api.staging.churchapps.org/giving
66
REACT_APP_MEMBERSHIP_API=https://api.staging.churchapps.org/membership
77

88
REACT_APP_CONTENT_ROOT=https://content.staging.churchapps.org
9-
REACT_APP_B1_URL=https://app.staging.b1.org
9+
REACT_APP_B1_URL=https://app.staging.b1.church
1010

1111
#Optional - UA-123456789-1
1212
REACT_APP_GOOGLE_ANALYTICS=

src/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const Home = () => {
4949
<Button
5050
variant="outlined"
5151
size="small"
52-
href="https://b1.org/"
52+
href="https://b1.church/"
5353
sx={{
5454
color: '#FFF',
5555
borderColor: 'rgba(255,255,255,0.5)',

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const Footer: React.FC = () => (
1010
}}>
1111
<img src="/images/logo-footer.png" alt="logo" style={{ maxWidth: 300, marginBottom: 20 }} />
1212
<Typography variant="body2">
13-
Phone: 918-994-2638 | support@b1.org
13+
Phone: 918-994-2638 | support@b1.church
1414
</Typography>
1515
<Typography variant="body2">
1616
2022 © Live Church Solutions. All rights reserved.

src/helpers/EnvironmentHelper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class EnvironmentHelper {
5050
EnvironmentHelper.MembershipApi = "https://membershipapi.staging.churchapps.org";
5151
EnvironmentHelper.ContentRoot = "https://content.staging.churchapps.org";
5252
EnvironmentHelper.GoogleAnalyticsTag = "";
53-
EnvironmentHelper.B1Url = "https://app.staging.b1.org";*/
53+
EnvironmentHelper.B1Url = "https://app.staging.b1.church";*/
5454
}
5555

5656
//NOTE: None of these values are secret.
@@ -61,7 +61,7 @@ export class EnvironmentHelper {
6161
EnvironmentHelper.MembershipApi = "https://membershipapi.churchapps.org";
6262
EnvironmentHelper.ContentRoot = "https://content.churchapps.org";
6363
EnvironmentHelper.GoogleAnalyticsTag = "UA-164774603-4";
64-
EnvironmentHelper.B1Url = "https://app.b1.org";*/
64+
EnvironmentHelper.B1Url = "https://app.b1.church";*/
6565
}
6666

6767
}

0 commit comments

Comments
 (0)