Skip to content

Commit 2313a1d

Browse files
authored
Merge branch 'main' into fix-initial-vert-render
2 parents 37a4730 + bd0dfa9 commit 2313a1d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/app/(membership)/membership/page.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const Payment = () => {
149149
<Divider />
150150
<CardBody className="gap-4">
151151
<p>
152-
Becoming a Lifetime <b>Paid Member</b> not only sustains the
152+
Becoming a <b>Lifetime Paid Member</b> not only sustains the
153153
continued growth of our communities but also comes with perks such
154154
as swipe access, free printing, priority access to our computing
155155
resources, etc.
@@ -178,7 +178,11 @@ const Payment = () => {
178178
)}
179179
</Button>
180180
<p className="text-sm ml-2">
181-
Log in with your NetID to purchase a membership.
181+
Membership is open to all students, staff,
182+
and faculty at UIUC. By becoming a member,
183+
you agree to receive email communications
184+
from us. You may unsubscribe at any time
185+
by clicking the unsubscribe link in any email.
182186
</p>
183187
</CardBody>
184188
</Card>

0 commit comments

Comments
 (0)