Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin2Shih committed Sep 26, 2024
1 parent c6bf2f3 commit 4306dca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pages/members/new/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,21 @@ export default function NewMembers({ new_members_json }) {
Non-students with IDD that reside in the Greater Sacramento Area,
are also eligible to join as Buddies, Associates or Members.
</p>
<p className={"body-1"}>
If you are ineligible to join the UC Davis chapter, you can use
this tool to find other Best Buddies chapters:{" "}
<Link
style={{
textDecoration: "none",
color: "var(--color-purple)",
}}
href="https://www.bestbuddies.org/map-mashup/"
target="_blank"
>
https://www.bestbuddies.org/map-mashup
</Link>
.
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 4306dca

Please sign in to comment.