Skip to content

Commit 3f2cb3a

Browse files
add: donations video link to the tab (#336)
1 parent dcdb41c commit 3f2cb3a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/app/[sdSlug]/member/donate/DonateClient.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,15 @@ export function DonateClient(props: WrapperPageProps) {
4747
<Grid item md={4} xs={12}>
4848
<Typography
4949
component="h3"
50-
sx={{ textAlign: "center", fontSize: "28px", fontWeight: 500, lineHeight: 1.2, margin: "0 0 8px 0" }}
50+
sx={{ textAlign: "center", fontSize: "30px", fontWeight: 500, lineHeight: 1.2, margin: "0 0 8px 0" }}
5151
>
5252
Manage Donations
5353
</Typography>
54-
<p style={{ marginTop: 0 }}>Please login to manage donations</p>
54+
<a href="https://support.churchapps.org/b1/portal/donations/" target="_blank" rel="noopener noreferrer" style={{ textDecoration: "underline", textUnderlineOffset: 2, display: "flex", justifyContent: "center", alignItems: "center", fontSize: "15px" }}>
55+
<p>Instructions for ACH Payment</p>
56+
<Icon sx={{ fontSize: "18px !important", marginLeft: 0.5 }}>open_in_new</Icon>
57+
</a>
58+
<p style={{ textAlign: "center", fontSize: "12.5px", marginBottom: 3, fontStyle: "italic" }}>Please login to manage donations</p>
5559
<Link href="/login/?returnUrl=/member/donate">
5660
<Button sx={{ fontSize: "16px", textTransform: "capitalize" }} fullWidth variant="contained">
5761
Login

0 commit comments

Comments
 (0)