Skip to content

Commit e7c99e8

Browse files
authored
Merge branch 'main' into update-landing-909
2 parents 2a577a4 + 01736a1 commit e7c99e8

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

src/pages/RadicalCollaboration/Collaborate/LeftTextRightImage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ const useStyles = makeStyles((theme) => ({
4848
},
4949
},
5050
leftDescription: {
51-
marginTop: '7px',
5251
fontSize: '18px',
52+
marginBottom: '11px',
53+
marginTop: '7px',
5354
textAlign: 'justify',
5455
'& a:visited': {
5556
color: theme.palette.secondary.main,

src/pages/RadicalCollaboration/Collaborate/RightTextLeftImage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const useStyles = makeStyles((theme) => ({
4141
},
4242
},
4343
rightDescription: {
44+
marginBottom: '11px',
4445
marginTop: '7px',
4546
fontSize: '18px',
4647
textAlign: 'justify',
47-
marginBottom: '11px',
4848
'& a:visited': {
4949
color: theme.palette.secondary.main,
5050
},

src/pages/RadicalCollaboration/Collaborate/index.js

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,17 @@ const Collaborate = () => {
6767
mainHeading='Volunteer With Us'
6868
subHeading='Help us improve the Civic Tech Index.'
6969
description={[
70-
'Please ',
70+
'If you would like to volunteer for our organization please visit this ',
7171
<Link
72-
key='about'
73-
to='https://www.hackforla.org/#about'
72+
key='join'
73+
to='https://www.hackforla.org/join'
7474
target='_blank'
7575
>
76-
complete this application
77-
</Link>,
78-
' if you would like us to reach out to you directly or find us on our ',
79-
<Link
80-
key='projects'
81-
to='https://www.hackforla.org/projects/civic-tech-index'
82-
target='_blank'
83-
>
84-
project team page.
76+
page.
8577
</Link>,
8678
]}
8779
hasExternalNav={true}
88-
buttonHref='http://www.hackforla.org/projects/civic-tech-index'
80+
buttonHref='https://www.hackforla.org/join'
8981
buttonText='Become a Volunteer'
9082
imageSrc='/images/Volunteer-With-Us.png'
9183
/>
@@ -99,7 +91,7 @@ const Collaborate = () => {
9991
FAQ
10092
</Link>,
10193
' to find answers or ',
102-
<Link key='contact' to='/contact' target='_blank'>
94+
<Link key='contact' to='/contact'>
10395
contact us.
10496
</Link>,
10597
]}

0 commit comments

Comments
 (0)