We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3aeb2 commit 0027416Copy full SHA for 0027416
src/settings/ManageChurch.tsx
@@ -107,7 +107,7 @@ export const ManageChurch = () => {
107
<Button
108
variant="outlined"
109
startIcon={<PlayArrowIcon />}
110
- href={`https://transfer.chums.org/login?jwt=${jwt}&churchId=${churchId}`}
+ href={`https://transfer.b1.church/login?jwt=${jwt}&churchId=${churchId}`}
111
target="_blank"
112
rel="noreferrer noopener"
113
sx={{
0 commit comments